From 1b76f143a1688f257c3f1cf53dfccadeabc1864c Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Tue, 5 Nov 2024 07:40:49 -0600 Subject: [PATCH] chore(ci): fix stable-daily image signing (#1887) --- .github/workflows/reusable-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 6fbfac31928..368de073922 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -179,11 +179,13 @@ jobs: COMMIT_TAGS+=("pr-${{ github.event.number }}-${{ matrix.stream_name }}") COMMIT_TAGS+=("${SHA_SHORT}-${{ matrix.stream_name }}") - # Convenience Tags + # Convenience and Default Tags if [[ "${{ matrix.stream_name }}" =~ stable ]]; then BUILD_TAGS+=("stable-daily" "stable-daily-${TIMESTAMP}") + echo "DEFAULT_TAG=stable-daily" >> $GITHUB_ENV else BUILD_TAGS+=("${{ matrix.stream_name }}" "${{ matrix.stream_name }}-${TIMESTAMP}") + echo "DEFAULT_TAG=${{ matrix.stream_name }}" >> $GITHUB_ENV fi # Weekly Stable / Rebuild Stable on workflow_dispatch @@ -219,7 +221,6 @@ jobs: alias_tags=("${BUILD_TAGS[@]}") fi - echo "DEFAULT_TAG=${{ matrix.stream_name }}" >> $GITHUB_ENV echo "alias_tags=${alias_tags[*]}" >> $GITHUB_OUTPUT # Build metadata