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: |
|
||||
type=sha,prefix=
|
||||
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}},priority=1000
|
||||
flavor: latest=false
|
||||
type=ref,event=tag,prefix=,enable={{is_default_branch}}
|
||||
labels: |
|
||||
org.opencontainers.image.authors=classabbyamp and 0x5c
|
||||
org.opencontainers.image.url=https://github.com/miaowware/qrm2
|
||||
|
Loading…
Reference in New Issue
Block a user