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