Skip to content

Commit 95842d2

Browse files
committed
fix docker cahce
1 parent 1a6ec7d commit 95842d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Set up Docker Buildx
8282
uses: docker/setup-buildx-action@v3
8383
with:
84-
driver-opts: image=moby/buildkit:v0.11.5
84+
driver-opts: image=moby/buildkit:v0.13.0
8585
- name: configure AWS for s3 Docker cache
8686
uses: aws-actions/configure-aws-credentials@v4
8787
with:
@@ -104,6 +104,7 @@ jobs:
104104
files: docker-bake.hcl
105105
targets: app-test
106106
load: true
107+
provenance: false
107108
- name: Test app
108109
run: |
109110
# there's some limitation on the hostname length
@@ -171,6 +172,7 @@ jobs:
171172
targets: default
172173
# makes it push to the registry
173174
push: true
175+
provenance: false
174176

175177
deploy:
176178
needs: [build-and-test, retag-images]

0 commit comments

Comments
 (0)