We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0a1a0 commit b5f90c9Copy full SHA for b5f90c9
1 file changed
.github/workflows/stage-3-build-images.yaml
@@ -110,7 +110,7 @@ jobs:
110
- name: Build Base Images
111
id: build-base-images
112
working-directory: ./
113
- if: ${{ steps.detect-base-image-changes.outputs.BASE_IMAGE_CHANGE == 'true' }}
+ if: ${{ steps.detect-base-image-changes.outputs.BASE_IMAGE_CHANGE == 'true' || github.ref == 'refs/heads/main' }}
114
continue-on-error: false
115
run: |
116
PR_NUM_TAG=$(echo "${GITHUB_REF}" | sed 's/refs\/pull\/\([0-9]*\)\/merge/\1/')
0 commit comments