Always attempt to pull all referenced images when building

This commit is contained in:
Josh.5
2022-08-06 13:56:08 +12:00
parent 4f1a693b88
commit 6dce17ac84

View File

@@ -102,6 +102,7 @@ jobs:
with:
context: .
file: Dockerfile
pull: true
platforms: ${{ steps.prepare.outputs.docker_platforms }}
push: ${{ steps.prepare.outputs.docker_push }}
tags: |