There was an error while loading. Please reload this page.
2 parents 0b9f9c4 + 3103d14 commit 93b9339Copy full SHA for 93b9339
.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