fix: use repo ca-chain.crt path for buildkitd harbor.lan TLS config
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
c3cd53e207
commit
a88f7f95b8
@ -32,7 +32,7 @@ jobs:
|
||||
driver-opts: image=harbor.lan/tools/buildkit-with-ca:latest
|
||||
config-inline: |
|
||||
[registry."harbor.lan"]
|
||||
ca = ["/etc/ssl/certs/ca-certificates.crt"]
|
||||
ca = ["${{ github.workspace }}/buildkit/ca-chain.crt"]
|
||||
|
||||
- name: Debug TLS in BuildKit
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user