mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-25 09:18:52 -05:00
.github/workflows/docker.yml: fix tagging latest
turns out, most of this is handled automatically. see https://github.com/docker/metadata-action#latest-tag
This commit is contained in:
parent
444687bd12
commit
23619949d7
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -42,9 +42,7 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
type=sha,prefix=
|
type=sha,prefix=
|
||||||
type=raw,value=dev,enable={{is_default_branch}}
|
type=raw,value=dev,enable={{is_default_branch}}
|
||||||
type=raw,event=tag,value=latest,enable={{is_default_branch}}
|
type=ref,event=tag,prefix=,enable={{is_default_branch}}
|
||||||
type=ref,event=tag,prefix=,enable={{is_default_branch}},priority=1000
|
|
||||||
flavor: latest=false
|
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.authors=classabbyamp and 0x5c
|
org.opencontainers.image.authors=classabbyamp and 0x5c
|
||||||
org.opencontainers.image.url=https://github.com/miaowware/qrm2
|
org.opencontainers.image.url=https://github.com/miaowware/qrm2
|
||||||
|
Loading…
Reference in New Issue
Block a user