Skip to content

Commit b5f90c9

Browse files
committed
update build base image to always run on main
1 parent 6a0a1a0 commit b5f90c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stage-3-build-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Build Base Images
111111
id: build-base-images
112112
working-directory: ./
113-
if: ${{ steps.detect-base-image-changes.outputs.BASE_IMAGE_CHANGE == 'true' }}
113+
if: ${{ steps.detect-base-image-changes.outputs.BASE_IMAGE_CHANGE == 'true' || github.ref == 'refs/heads/main' }}
114114
continue-on-error: false
115115
run: |
116116
PR_NUM_TAG=$(echo "${GITHUB_REF}" | sed 's/refs\/pull\/\([0-9]*\)\/merge/\1/')

0 commit comments

Comments
 (0)