Skip to content

Commit

Permalink
Merge pull request #2601 from ClearlyClaire/glitch-soc/fixes/security…
Browse files Browse the repository at this point in the history
…-builds-latest

Fix security builds not being tagged latest
  • Loading branch information
ClearlyClaire authored Feb 1, 2024
2 parents 626ff32 + a7b1600 commit 3866597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3866597

Please sign in to comment.