We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9f9c4 commit 3103d14Copy full SHA for 3103d14
.github/workflows/publish-docker.yml
@@ -38,4 +38,4 @@ jobs:
38
MAJOR_VERSION=$(echo $VERSION | sed -n "s/^\([0-9]*\).[0-9]*.[0-9]*$/\1/p")
39
[[ ${#MAJOR_VERSION} -gt 0 ]] && docker tag $IMAGE_NAME $IMAGE_NAME:$MAJOR_VERSION
40
41
- docker push $IMAGE_NAME
+ docker push $IMAGE_NAME --all-tags
0 commit comments