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 366fe61 commit 86be237Copy full SHA for 86be237
1 file changed
.github/workflows/docker-publish.yml
@@ -77,12 +77,7 @@ jobs:
77
with:
78
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
79
tags: |
80
- # latest always points to the newest tag
81
- type=raw,value=latest
82
- # semver: v1.2.3 → 1.2.3, 1.2, 1
83
- type=semver,pattern={{version}}
84
- type=semver,pattern={{major}}.{{minor}}
85
- type=semver,pattern={{major}}
+ type=semver,pattern=v{{version}}
86
87
- name: Build and push
88
uses: docker/build-push-action@v6
0 commit comments