remove buidx
parent
9f3fb3ff75
commit
b322981615
|
|
@ -10,23 +10,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Important pour récupérer tout l'historique Git
|
fetch-depth: 0 # Important pour récupérer tout l'historique Git
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
with:
|
|
||||||
driver-opts: |
|
|
||||||
network=host
|
|
||||||
buildkitd-config-inline: |
|
|
||||||
# La configuration BuildKit va ici
|
|
||||||
debug = true
|
|
||||||
[registry."harbor.bv.stef.lan"]
|
|
||||||
http = false
|
|
||||||
insecure = true
|
|
||||||
[[registry."harbor.bv.stef.lan".tls]]
|
|
||||||
ca = ["/etc/ssl/certs/zen-ca.pem"]
|
|
||||||
cert = []
|
|
||||||
key = []
|
|
||||||
|
|
||||||
|
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue