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 53cdd8f commit fede19bCopy full SHA for fede19b
.github/workflows/docker.yml
@@ -30,7 +30,6 @@ jobs:
30
- name: Determine Docker tag and ref
31
id: tag
32
run: |
33
- # Use the provided branch-or-tag input or fallback to the current ref
34
branch_or_tag="${{ github.event.inputs.branch-or-tag || github.ref_name }}"
35
echo "Determined branch or tag: $branch_or_tag"
36
echo "tag=$branch_or_tag" >> $GITHUB_ENV
@@ -61,4 +60,3 @@ jobs:
61
60
push: true
62
tags: |
63
ghcr.io/${{ github.repository }}:${{ env.tag }}
64
- ghcr.io/${{ github.repository }}:latest
0 commit comments