Skip to content

Commit

Permalink
chore(ci): Correct tag name (#11)
Browse files Browse the repository at this point in the history
* feat: kernel signing cache kernels

* feat: Enable multiple sbsign signatures

* fix: correct variable name

* fix: surface reinstall for sbverify

* fix: dual_sign argument is already a string

* chore(ci): correct name for tags variable
  • Loading branch information
m2Giles authored Jul 11, 2024
1 parent a1018ec commit 7611571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
if: (github.event_name == 'scheduled' || github.event_name == 'workflow_dispatch' || github.event_name == 'merge_group') && github.event_name != 'pull_request'
run: |
mkdir -p certs
if [[ ${{ env.alias_tags }} =~ pr ]]; then
if [[ ${{ steps.build_image.outputs.tags }} =~ pr ]]; then
echo "This should not have run... exiting..."
exit 1
else
Expand Down

0 comments on commit 7611571

Please sign in to comment.