From efab18498068388b5b420b67d8a844834fe7c909 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 26 Dec 2023 10:42:14 +0100 Subject: [PATCH] Change mastodon-streaming nightly builds to be tagged as latest glitch-soc does not have releases, so it tags nightly container builds as latest; but we were not doing the same thing for the new `mastodon-streaming` container --- .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 752e24b4a6..eddcd80f26 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -56,7 +56,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