mirror of
https://github.com/funamitech/mastodon
synced 2024-11-27 14:29:03 +09:00
Fix security builds not being marked latest
This commit is contained in:
parent
626ff320cf
commit
a7b16003e1
4
.github/workflows/build-security.yml
vendored
4
.github/workflows/build-security.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
labels: |
|
||||
org.opencontainers.image.description=Nightly build image used for testing purposes
|
||||
flavor: |
|
||||
latest=auto
|
||||
latest=true
|
||||
tags: |
|
||||
type=raw,value=edge
|
||||
type=raw,value=nightly
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
labels: |
|
||||
org.opencontainers.image.description=Nightly build image used for testing purposes
|
||||
flavor: |
|
||||
latest=auto
|
||||
latest=true
|
||||
tags: |
|
||||
type=raw,value=edge
|
||||
type=raw,value=nightly
|
||||
|
Loading…
Reference in New Issue
Block a user