Skip to content

Commit

Permalink
Merge pull request #79 from peter-evans/fix-tag-push
Browse files Browse the repository at this point in the history
fix: push all tags
  • Loading branch information
peter-evans committed Nov 7, 2022
2 parents 0b9f9c4 + 3103d14 commit 93b9339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Expand Up @@ -38,4 +38,4 @@ jobs:
MAJOR_VERSION=$(echo $VERSION | sed -n "s/^\([0-9]*\).[0-9]*.[0-9]*$/\1/p")
[[ ${#MAJOR_VERSION} -gt 0 ]] && docker tag $IMAGE_NAME $IMAGE_NAME:$MAJOR_VERSION
docker push $IMAGE_NAME
docker push $IMAGE_NAME --all-tags

0 comments on commit 93b9339

Please sign in to comment.