diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6512fe7..ae1cf7b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -109,6 +109,7 @@ jobs: context: . file: deploy/server.Dockerfile push: true + pull: true platforms: linux/amd64 build-args: COMMIT_SHA=${{ github.sha }} cache-from: type=gha,scope=server @@ -145,6 +146,7 @@ jobs: context: . file: deploy/web.Dockerfile push: true + pull: true platforms: linux/amd64 build-args: | VITE_BEEBUZZ_DOMAIN=${{ vars.BEEBUZZ_DOMAIN }}