Add CA injection step for Docker Buildx in CI workflow
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 18s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 18s
This commit is contained in:
parent
7937c4ee6a
commit
6a945fb8b7
@ -25,6 +25,11 @@ jobs:
|
||||
--username ${{ secrets.REGISTRY_USERNAME }} \
|
||||
--password-stdin
|
||||
|
||||
- name: Inject CA into buildkit
|
||||
run: |
|
||||
cat /etc/ssl/certs/homelab-ca.pem | docker exec -i buildx_buildkit_multiarch0 \
|
||||
sh -c 'cat >> /etc/ssl/certs/ca-certificates.crt && cat >> /etc/ssl/cert.pem'
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
run: |
|
||||
docker buildx create --use --name multiarch || docker buildx use multiarch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user