Skip to content

Commit

Permalink
comment docker push steps
Browse files Browse the repository at this point in the history
  • Loading branch information
amarzilpesf committed Dec 6, 2023
1 parent 64405d8 commit 6aed6c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/docker-build-tag-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker-compose -f $DOCKER_COMPOSE_FILE build
printf "\nTagging image $IMAGE_NAME:$IMAGE_TAG...\n"
docker tag sourcefuse/sourcefuse-backstage:latest $IMAGE_NAME:$IMAGE_TAG

printf "\nPushing $IMAGE_NAME:$IMAGE_TAG to ECR...\n"
docker push $IMAGE_NAME:$IMAGE_TAG
# printf "\nPushing $IMAGE_NAME:$IMAGE_TAG to ECR...\n"
# docker push $IMAGE_NAME:$IMAGE_TAG

echo "::set-output name=image::$IMAGE_NAME:$IMAGE_TAG"
# echo "::set-output name=image::$IMAGE_NAME:$IMAGE_TAG"

0 comments on commit 6aed6c8

Please sign in to comment.