Ajout Workflow
parent
34277bde3b
commit
2cc689b3d4
|
|
@ -16,9 +16,22 @@ jobs:
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
contex: .
|
||||||
|
push: true
|
||||||
|
tags: gitea.bv.stef.lan/stef/pki-manager:${{ github.sha }}
|
||||||
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
|
build-args: |
|
||||||
|
BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
|
||||||
|
# Configuration des registries avec certificat CA
|
||||||
config-inline: |
|
config-inline: |
|
||||||
debug = true
|
debug = true
|
||||||
[registries."gitea.bv.stef.lan"]
|
[registry."gitea.bv.stef.lan"]
|
||||||
ca=["/certs/zen-ca.pem"]
|
mirrors = ["gitea.bv.stef.lan"]
|
||||||
push: true
|
insecure = false
|
||||||
tags: gitea.bv.stef.lan/pki-manager:v01
|
[[registry."gitea.bv.stef.lan".tls]]
|
||||||
|
ca = ["/usr/local/share/ca-certificates/custom-ca/zen-ca.crt"]
|
||||||
|
[registry."https://gitea.bv.stef.lan"]
|
||||||
|
mirrors = ["gitea.bv.stef.lan"]
|
||||||
|
insecure = false
|
||||||
|
[[registry."https://gitea.bv.stef.lan".tls]]
|
||||||
|
ca = [""/usr/local/share/ca-certificates/custom-ca/zen-ca.crt]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue