We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311dd5b commit 2803bd2Copy full SHA for 2803bd2
1 file changed
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: mathieudutour/github-tag-action@v6.2
24
with:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
- tag_prefix: "-v"
+ tag_prefix: "v"
27
28
- name: Log in to GHCR
29
uses: redhat-actions/podman-login@v1
@@ -38,7 +38,7 @@ jobs:
38
39
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
40
tags: |
41
- ${{ steps.tagger.outputs.new_tag }}
+ ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ steps.tagger.outputs.new_tag }}
42
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
43
44
context: .
0 commit comments