From 970320d73cf0870060e72a1be633bed14c7be3ac Mon Sep 17 00:00:00 2001 From: Aaron Brady Date: Thu, 1 Feb 2024 11:20:08 -0500 Subject: [PATCH] Restore -streaming suffix for security builds (#2602) --- .github/workflows/build-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-security.yml b/.github/workflows/build-security.yml index 6fca326198..e96d55e461 100644 --- a/.github/workflows/build-security.yml +++ b/.github/workflows/build-security.yml @@ -48,7 +48,7 @@ jobs: use_native_arm64_builder: false cache: false push_to_images: | - ghcr.io/${{ github.repository_owner }}/mastodon + ghcr.io/${{ github.repository_owner }}/mastodon-streaming version_prerelease: ${{ needs.compute-suffix.outputs.prerelease }} labels: | org.opencontainers.image.description=Nightly build image used for testing purposes