From 5cf73cab7a2b8bdddf66648e3351ba14bc66822b Mon Sep 17 00:00:00 2001 From: stef Date: Fri, 12 Dec 2025 16:52:54 +0100 Subject: [PATCH] sldkj --- .gitea/workflows/build.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a25206f..aa17ec7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -18,27 +18,28 @@ jobs: buildkitd-config-inline: | # La configuration BuildKit va ici debug = true - [registry."gitea.bv.stef.lan"] + [registry."harbor.bv.stef.lan"] http = false insecure = true - [[registry."gitea.bv.stef.lan".tls]] + [[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: - registry: gitea.bv.stef.lan + registry: barbor.bv.stef.lan username: stef - password: stef + password: Reponse42! - name: Build and push image uses: docker/build-push-action@v6 with: context: . # UTILISE LE CONTEXTE LOCAL, PAS L'URL GIT push: true - tags: gitea.bv.stef.lan/stef/pki-manager:v01 + tags harbor.bv.stef.lan/library/pki-manager:v0.1 cache-from: type=gha cache-to: type=gha,mode=max provenance: false # Peut simplifier le débogage initialement