remove buidx
This commit is contained in:
@@ -10,23 +10,6 @@ jobs:
|
||||
with:
|
||||
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
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user