Skip to content

Commit

Permalink
fix: push Docker image with latest tag as well as semantic version ta…
Browse files Browse the repository at this point in the history
…g when releasing
  • Loading branch information
bethesque committed Oct 26, 2021
1 parent e994126 commit d66c00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/release-workflow/docker-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ set -euo >/dev/null

docker tag ${DOCKER_IMAGE_ORG_AND_NAME}:latest ${DOCKER_IMAGE_ORG_AND_NAME}:${TAG}
docker push ${DOCKER_IMAGE_ORG_AND_NAME}:${TAG}
docker push ${DOCKER_IMAGE_ORG_AND_NAME}:latest

0 comments on commit d66c00b

Please sign in to comment.