Always attempt to pull all referenced images when building
This commit is contained in:
1
.github/workflows/build_ci.yml
vendored
1
.github/workflows/build_ci.yml
vendored
@@ -102,6 +102,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
pull: true
|
||||||
platforms: ${{ steps.prepare.outputs.docker_platforms }}
|
platforms: ${{ steps.prepare.outputs.docker_platforms }}
|
||||||
push: ${{ steps.prepare.outputs.docker_push }}
|
push: ${{ steps.prepare.outputs.docker_push }}
|
||||||
tags: |
|
tags: |
|
||||||
|
|||||||
Reference in New Issue
Block a user