From 7033b3476e066bda836848da20b7caa96ebaa98d Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 8 Oct 2024 19:10:59 +0200 Subject: [PATCH] Fix discrepancy with upstream regarding `latest` docker image tag (#2877) --- .github/workflows/build-security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-security.yml b/.github/workflows/build-security.yml index e9f1862f5d..37c8ba59a3 100644 --- a/.github/workflows/build-security.yml +++ b/.github/workflows/build-security.yml @@ -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 @@ -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