Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker tag latest added
Browse files Browse the repository at this point in the history
amarzilpesf committed Dec 6, 2023
1 parent 0d9785e commit ee9401c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker-build-tag-and-push.sh
Original file line number Diff line number Diff line change
@@ -31,5 +31,6 @@ 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
docker push sourcefuse/sourcefuse-backstage:latest

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

0 comments on commit ee9401c

Please sign in to comment.