From 90f5abc2fde305c81c96eff41adcb8525bbcbba5 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 20 Nov 2022 11:58:02 +0100 Subject: [PATCH] Ensure to pull correct base image prior build --- .github/workflows/action-schedule_master.yml | 1 + .github/workflows/action-schedule_tags.yml | 1 + .github/workflows/action.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/action-schedule_master.yml b/.github/workflows/action-schedule_master.yml index c7714b9..ca76c76 100644 --- a/.github/workflows/action-schedule_master.yml +++ b/.github/workflows/action-schedule_master.yml @@ -53,6 +53,7 @@ jobs: has_refs: ${{ needs.configure.outputs.has_refs == 'true' }} run_tests: false upload_artifact: true + pull_base_image: true matrix: ${{ needs.configure.outputs.matrix_build }} artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }} stage: base diff --git a/.github/workflows/action-schedule_tags.yml b/.github/workflows/action-schedule_tags.yml index d4ee2ae..835d0f6 100644 --- a/.github/workflows/action-schedule_tags.yml +++ b/.github/workflows/action-schedule_tags.yml @@ -53,6 +53,7 @@ jobs: has_refs: ${{ needs.configure.outputs.has_refs == 'true' }} run_tests: false upload_artifact: true + pull_base_image: true matrix: ${{ needs.configure.outputs.matrix_build }} artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }} stage: base diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 58a9d4d..11ddf9d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -53,6 +53,7 @@ jobs: has_refs: ${{ needs.configure.outputs.has_refs == 'true' }} run_tests: false upload_artifact: true + pull_base_image: true matrix: ${{ needs.configure.outputs.matrix_build }} artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }} stage: base