Compare commits

..

1 Commits

Author SHA1 Message Date
859be6100c feat: initial commit
Some checks failed
Build / build (pull_request) Failing after 41s
- add Makefile
- add gitea workflows
- add Dockerfile
- pass through trusted ca certificates
2024-09-08 01:04:03 +10:00
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
volumes:
- /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt
- /etc/pki/tls/certs/ca-bundle.crt:/etc/ssl/certs/ca-certificates.crt
- /etc/pki/tls/certs/ca-bundle.crt:/etc/docker/certs.d/git.query.consul/ca.crt
steps:
- name: Set up environment

View File

@ -14,6 +14,7 @@ jobs:
volumes:
- /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt
- /etc/pki/tls/certs/ca-bundle.crt:/etc/ssl/certs/ca-certificates.crt
- /etc/pki/tls/certs/ca-bundle.crt:/etc/docker/certs.d/git.query.consul/ca.crt
steps:
- name: Set up environment