Skip to content

Commit

Permalink
fix: push all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Nov 7, 2022
1 parent 0b9f9c4 commit 3103d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
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 3103d14

Please sign in to comment.