This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -172,8 +172,9 @@ local PipelineBuildContainer(arch='amd64') = {
172172 },
173173 {
174174 name: 'publish-quay' ,
175- image: 'thegeeklab/drone-docker-buildx:20' ,
175+ image: 'thegeeklab/drone-docker-buildx:20.12 ' ,
176176 settings: {
177+ provenance: 'false' ,
177178 auto_tag: true ,
178179 auto_tag_suffix: arch,
179180 dockerfile: 'docker/Dockerfile.' + arch,
Original file line number Diff line number Diff line change @@ -143,13 +143,14 @@ steps:
143143 - dryrun
144144
145145 - name : publish-quay
146- image : thegeeklab/drone-docker-buildx:20
146+ image : thegeeklab/drone-docker-buildx:20.12
147147 settings :
148148 auto_tag : true
149149 auto_tag_suffix : amd64
150150 dockerfile : docker/Dockerfile.amd64
151151 password :
152152 from_secret : quay_password
153+ provenance : false
153154 registry : quay.io
154155 repo : quay.io/thegeeklab/${DRONE_REPO_NAME}
155156 username :
@@ -217,13 +218,14 @@ steps:
217218 - dryrun
218219
219220 - name : publish-quay
220- image : thegeeklab/drone-docker-buildx:20
221+ image : thegeeklab/drone-docker-buildx:20.12
221222 settings :
222223 auto_tag : true
223224 auto_tag_suffix : arm64
224225 dockerfile : docker/Dockerfile.arm64
225226 password :
226227 from_secret : quay_password
228+ provenance : false
227229 registry : quay.io
228230 repo : quay.io/thegeeklab/${DRONE_REPO_NAME}
229231 username :
@@ -385,6 +387,6 @@ depends_on:
385387
386388---
387389kind : signature
388- hmac : 8dfbe014c9e7bc9617e21d240a9768b312f3dd4ac21075369b66aa108c76e122
390+ hmac : 001f6721ad511db294f8611b357c04ea70aaf41e3f3a42876df3c7243bbe4fd4
389391
390392...
You can’t perform that action at this time.
0 commit comments