Skip to content

Commit

Permalink
Fix discrepancy with upstream regarding latest docker image tag (gl…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Oct 8, 2024
1 parent d04e2e9 commit 7033b34
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=true
latest=auto
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=true
latest=auto
tags: |
type=raw,value=edge
type=raw,value=nightly
Expand Down

0 comments on commit 7033b34

Please sign in to comment.