fix: explicitly configure harbor.lan CA cert in buildkitd.toml
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m53s
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m53s
This commit is contained in:
parent
7c411c5a0f
commit
c3cd53e207
@ -30,6 +30,9 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
driver-opts: image=harbor.lan/tools/buildkit-with-ca:latest
|
driver-opts: image=harbor.lan/tools/buildkit-with-ca:latest
|
||||||
|
config-inline: |
|
||||||
|
[registry."harbor.lan"]
|
||||||
|
ca = ["/etc/ssl/certs/ca-certificates.crt"]
|
||||||
|
|
||||||
- name: Debug TLS in BuildKit
|
- name: Debug TLS in BuildKit
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user