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 5058989 commit a24285fCopy full SHA for a24285f
.github/workflows/deploy_to_ghcr_custom_tag.yaml
@@ -19,9 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
fetch-depth: 0 # Fetch all history for all tags and branches
22
-
23
- - name: Checkout specific tag
24
- run: git checkout tags/v${{ github.event.inputs.tag }}
+ ref: tags/v${{ github.event.inputs.tag }}
25
26
- name: Login to GitHub Container Registry
27
uses: docker/login-action@v3
@@ -61,6 +59,10 @@ jobs:
61
59
steps:
62
60
- name: Checkout GitHub Action
63
+ with:
+ fetch-depth: 0 # Fetch all history for all tags and branches
64
65
+
66
67
68
0 commit comments