mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
test: change prefix for docker tags
This commit is contained in:
parent
3723f36043
commit
043f914c8c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -168,8 +168,8 @@ jobs:
|
||||||
type=raw,value=staging,enable=${{ github.ref == format('refs/heads/{0}', 'staging') }}
|
type=raw,value=staging,enable=${{ github.ref == format('refs/heads/{0}', 'staging') }}
|
||||||
type=pep440,pattern={{raw}}
|
type=pep440,pattern={{raw}}
|
||||||
type=pep440,pattern=v{{major}}.{{minor}}
|
type=pep440,pattern=v{{major}}.{{minor}}
|
||||||
type=ref,event=branch,prefix=branch-
|
type=ref,event=branch,prefix=branch/
|
||||||
type=ref,event=pr,prefix=pr-
|
type=ref,event=pr,prefix=pr/
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
env:
|
env:
|
||||||
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
|
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
|
||||||
|
|
Loading…
Reference in a new issue