diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 674692d..857a1fa 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -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