aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-03-29 18:49:33 +0000
committerGravatar GitHub <[email protected]>2023-03-29 18:49:33 +0000
commitd90b778293011dda2b0a366a4a27b04314eb2690 (patch)
tree3bfe2f68ab47ef57f95b8d44ce1e519847ad7de4
parentRun Build CI Daily (#1) (diff)
Always attempt to pull all referenced images when building
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 63a2b1e..32b6c51 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,6 +47,7 @@ jobs:
with:
context: .
file: ./Dockerfile
+ pull: true
push: true
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=ghcr.io/owl-corp/python-poetry-base:${{ matrix.python_version }}