remove buidx

main
stef 2025-12-16 08:43:56 +01:00
parent 9f3fb3ff75
commit b322981615
1 changed files with 0 additions and 17 deletions

View File

@ -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: