diff options
author | 2023-03-29 18:49:33 +0000 | |
---|---|---|
committer | 2023-03-29 18:49:33 +0000 | |
commit | d90b778293011dda2b0a366a4a27b04314eb2690 (patch) | |
tree | 3bfe2f68ab47ef57f95b8d44ce1e519847ad7de4 | |
parent | Run Build CI Daily (#1) (diff) |
Always attempt to pull all referenced images when building
-rw-r--r-- | .github/workflows/build.yml | 1 |
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 }} |