Skip to content

Commit

Permalink
Update docker-build-tag-and-push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops authored Aug 21, 2024
1 parent 3666355 commit 19fb512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-build-tag-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"


printf "\nBuilding docker images...\n"
docker-compose -f $DOCKER_COMPOSE_FILE build
docker compose -f $DOCKER_COMPOSE_FILE build

printf "\nTagging image $IMAGE_NAME:$IMAGE_TAG...\n"
docker images
Expand Down

0 comments on commit 19fb512

Please sign in to comment.