Skip to content

Commit 90f5abc

Browse files
committed
Ensure to pull correct base image prior build
1 parent 79f087e commit 90f5abc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/action-schedule_master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
5454
run_tests: false
5555
upload_artifact: true
56+
pull_base_image: true
5657
matrix: ${{ needs.configure.outputs.matrix_build }}
5758
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}
5859
stage: base

.github/workflows/action-schedule_tags.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
5454
run_tests: false
5555
upload_artifact: true
56+
pull_base_image: true
5657
matrix: ${{ needs.configure.outputs.matrix_build }}
5758
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}
5859
stage: base

.github/workflows/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
5454
run_tests: false
5555
upload_artifact: true
56+
pull_base_image: true
5657
matrix: ${{ needs.configure.outputs.matrix_build }}
5758
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}
5859
stage: base

0 commit comments

Comments
 (0)