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 a4d66d8 commit 2815a70Copy full SHA for 2815a70
1 file changed
.github/workflows/docker-publish.yaml
@@ -27,5 +27,5 @@ jobs:
27
uses: docker/build-push-action@v6
28
with:
29
push: true
30
- tags: ${{ github.repository }}:${{ github.ref }}
+ tags: ${{ github.repository }}:${{ github.ref_name }}
31
platforms: linux/amd64,linux/arm64
0 commit comments