From 0cb343eec2086809564455319b4bc3f1343c5dd4 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 19 Sep 2023 16:16:35 +0200 Subject: [PATCH] Tag nightly images as `latest` in glitch-soc, as it has no proper releases (#2414) --- .github/workflows/build-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 2cf52e910..d2c3eea19 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -33,7 +33,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