mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 19:41:16 +00:00
Ensure to pull correct base image prior build
This commit is contained in:
1
.github/workflows/action-schedule_master.yml
vendored
1
.github/workflows/action-schedule_master.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
|||||||
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
|
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
|
||||||
run_tests: false
|
run_tests: false
|
||||||
upload_artifact: true
|
upload_artifact: true
|
||||||
|
pull_base_image: true
|
||||||
matrix: ${{ needs.configure.outputs.matrix_build }}
|
matrix: ${{ needs.configure.outputs.matrix_build }}
|
||||||
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}
|
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}
|
||||||
stage: base
|
stage: base
|
||||||
|
|||||||
1
.github/workflows/action-schedule_tags.yml
vendored
1
.github/workflows/action-schedule_tags.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
|||||||
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
|
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
|
||||||
run_tests: false
|
run_tests: false
|
||||||
upload_artifact: true
|
upload_artifact: true
|
||||||
|
pull_base_image: true
|
||||||
matrix: ${{ needs.configure.outputs.matrix_build }}
|
matrix: ${{ needs.configure.outputs.matrix_build }}
|
||||||
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}
|
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}
|
||||||
stage: base
|
stage: base
|
||||||
|
|||||||
1
.github/workflows/action.yml
vendored
1
.github/workflows/action.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
|||||||
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
|
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
|
||||||
run_tests: false
|
run_tests: false
|
||||||
upload_artifact: true
|
upload_artifact: true
|
||||||
|
pull_base_image: true
|
||||||
matrix: ${{ needs.configure.outputs.matrix_build }}
|
matrix: ${{ needs.configure.outputs.matrix_build }}
|
||||||
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}
|
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}
|
||||||
stage: base
|
stage: base
|
||||||
|
|||||||
Reference in New Issue
Block a user