ci: Prefix branch builds with branch-

This commit is contained in:
Jade Ellis 2025-04-17 12:44:18 +01:00
parent 0ac1ce9996
commit 93253237e9
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -202,7 +202,7 @@ jobs:
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.0.') }}
type=semver,pattern=v{{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
type=ref,event=branch
type=ref,event=branch,prefix=branch-
type=ref,event=pr
type=sha,format=long
images: ${{needs.define-variables.outputs.images}}