Skip to content

Commit

Permalink
chore(ci): fix stable-daily image signing (ublue-os#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored and tulilirockz committed Nov 5, 2024
1 parent 8839cc2 commit 0a41c5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0a41c5e

Please sign in to comment.