Skip to content

Commit

Permalink
Create the latest ONLY for the automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Nov 3, 2024
1 parent b7714f9 commit 80e7cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ghcrio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
images: ghcr.io/${{ github.repository }}
# create latest tag for branch events
flavor: |
latest=auto
latest=${{ inputs.ref && 'false' || 'auto' }}
tags: |
type=semver,pattern={{version}},value=${{inputs.ref}}
type=semver,pattern={{major}}.{{minor}},value=${{inputs.ref}}
Expand Down

0 comments on commit 80e7cf9

Please sign in to comment.