Skip to content

Commit

Permalink
.github/workflows/docker.yml: fix tagging latest
Browse files Browse the repository at this point in the history
turns out, most of this is handled automatically.
see https://github.com/docker/metadata-action#latest-tag
  • Loading branch information
classabbyamp committed Dec 15, 2023
1 parent 444687b commit 63f254d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63f254d

Please sign in to comment.