Skip to content

Commit fede19b

Browse files
committed
only bump latest tag if this is a github release!
1 parent 53cdd8f commit fede19b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- name: Determine Docker tag and ref
3131
id: tag
3232
run: |
33-
# Use the provided branch-or-tag input or fallback to the current ref
3433
branch_or_tag="${{ github.event.inputs.branch-or-tag || github.ref_name }}"
3534
echo "Determined branch or tag: $branch_or_tag"
3635
echo "tag=$branch_or_tag" >> $GITHUB_ENV
@@ -61,4 +60,3 @@ jobs:
6160
push: true
6261
tags: |
6362
ghcr.io/${{ github.repository }}:${{ env.tag }}
64-
ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)