From c3936cbbe3851f376df2b8edc3ac65ec20e181b8 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 1 Feb 2024 18:39:28 +0100 Subject: [PATCH] =?UTF-8?q?Temporary=20hack=20to=20correctly=20tag=20the?= =?UTF-8?q?=20security=20docker=20image=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 e96d55e461..6683ef4727 100644 --- a/.github/workflows/build-security.yml +++ b/.github/workflows/build-security.yml @@ -14,7 +14,7 @@ jobs: env: TZ: Etc/UTC run: | - echo mastodon_version_prerelease=nightly.$(date --date='next day' +'%Y-%m-%d')-security>> $GITHUB_OUTPUT + echo mastodon_version_prerelease=nightly.2024-02-02-security>> $GITHUB_OUTPUT outputs: prerelease: ${{ steps.version_vars.outputs.mastodon_version_prerelease }}