ci: Don't force tag all versions as latest

This commit is contained in:
Jade Ellis 2025-12-22 17:49:15 +00:00
parent beb0c2ad9a
commit 7234ce6cbe
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -72,7 +72,6 @@ runs:
type=ref,event=branch,prefix=${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && 'branch-' || '' }},
type=ref,event=pr
type=sha,format=short
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') }},priority=1100
images: ${{ inputs.images }}
# default labels & annotations: https://github.com/docker/metadata-action/blob/master/src/meta.ts#L509
env: