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 0f8c241 commit 8f20cdaCopy full SHA for 8f20cda
.github/workflows/deploy_to_ghcr_custom_tag.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
fetch-depth: 0 # Fetch all history for all tags and branches
22
- ref: tags/v${{ github.event.inputs.tag }}
+ ref: v${{ github.event.inputs.tag }}
23
24
- name: Login to GitHub Container Registry
25
uses: docker/login-action@v3
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments