We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca91626 commit 52297e9Copy full SHA for 52297e9
.github/workflows/docker.yaml
@@ -52,23 +52,7 @@ jobs:
52
- name: Set up QEMU
53
uses: docker/setup-qemu-action@v3
54
with:
55
- image: harbor.earth.nww/docker/tonistiigi/binfmt:latest
56
-
57
58
- - name: Set up Docker Buildx
59
- uses: docker/setup-buildx-action@v3
60
- with:
61
- driver-opts: |
62
- image=harbor.earth.nww/docker/moby/buildkit:master
63
- buildkitd-config-inline: |
64
- [registry."harbor.earth.nww"]
65
- ca=["/etc/docker/certs.d/harbor.earth.nww/ca.crt"]
66
67
68
- - name: add ca cert
69
- run: |
70
- cp /etc/docker/certs.d/harbor.earth.nww/ca.crt /usr/local/share/ca-certificates/harbor.earth.nww.crt
71
- update-ca-certificates
+ image: tonistiigi/binfmt:latest
72
73
74
- name: Build and push
0 commit comments