Skip to content

Commit 8f20cda

Browse files
committed
fix tag ref
1 parent 0f8c241 commit 8f20cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_to_ghcr_custom_tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0 # Fetch all history for all tags and branches
22-
ref: tags/v${{ github.event.inputs.tag }}
22+
ref: v${{ github.event.inputs.tag }}
2323

2424
- name: Login to GitHub Container Registry
2525
uses: docker/login-action@v3
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v4
6262
with:
6363
fetch-depth: 0 # Fetch all history for all tags and branches
64-
ref: tags/v${{ github.event.inputs.tag }}
64+
ref: v${{ github.event.inputs.tag }}
6565

6666

6767
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)