Skip to content

Commit 3103d14

Browse files
committed
fix: push all tags
1 parent 0b9f9c4 commit 3103d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
MAJOR_VERSION=$(echo $VERSION | sed -n "s/^\([0-9]*\).[0-9]*.[0-9]*$/\1/p")
3939
[[ ${#MAJOR_VERSION} -gt 0 ]] && docker tag $IMAGE_NAME $IMAGE_NAME:$MAJOR_VERSION
4040
41-
docker push $IMAGE_NAME
41+
docker push $IMAGE_NAME --all-tags

0 commit comments

Comments
 (0)