We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10279cc commit f5db223Copy full SHA for f5db223
.github/workflows/docker-on-push-tag-or-pr.yaml
@@ -44,6 +44,7 @@ jobs:
44
uses: actions/checkout@v6.0.2
45
with:
46
fetch-depth: 0
47
+
48
- name: Determine which branch the tag belongs to
49
id: determine_branch
50
if: github.ref_type == 'tag'
0 commit comments