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:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
pull: true
|
||||
platforms: ${{ steps.prepare.outputs.docker_platforms }}
|
||||
push: ${{ steps.prepare.outputs.docker_push }}
|
||||
tags: |
|
||||
|
||||
Reference in New Issue
Block a user