Skip to content

Commit

Permalink
ref: docker image name from podman-compose to build-podman-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzo committed Oct 21, 2024
1 parent 6a09168 commit b044f99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/generate_binary_using_dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ check_selinux() {
SELINUX=$(check_selinux)

# Build binary
$CONTAINER_TOOL image rm podman-compose
$CONTAINER_TOOL build -v "$PROJECT_ROOT_DIR:/result$SELINUX" -t podman-compose $PROJECT_ROOT_DIR
$CONTAINER_TOOL image rm podman-compose
$CONTAINER_TOOL image rm build-podman-compose
$CONTAINER_TOOL build -v "$PROJECT_ROOT_DIR:/result$SELINUX" -t build-podman-compose $PROJECT_ROOT_DIR
$CONTAINER_TOOL image rm build-podman-compose

0 comments on commit b044f99

Please sign in to comment.