Compare commits

..

1 Commits

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

View File

@ -12,7 +12,6 @@ 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,7 +14,6 @@ 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