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 3bdfc02 commit 41832f3Copy full SHA for 41832f3
.github/workflows/build.yml
@@ -53,4 +53,4 @@ jobs:
53
with:
54
registry: "ghcr.io"
55
image: ${{ steps.build-image.outputs.image }}
56
- tags: latest ${{ github.ref }}
+ tags: latest ${{ github.ref_name }}
0 commit comments