ci: skip TLS verification until the registry has a real cert
demo / check (push) Successful in 2s

This commit is contained in:
Esa Kataja
2026-09-06 10:09:20 +03:00
parent 5e3650deea
commit f2ac6c8373
+6
View File
@@ -1,6 +1,12 @@
name: demo
on: [push]
# ponytail: GIT_SSL_NO_VERIFY is here only because Traefik still serves its
# default self-signed cert for git.kessinen.com. Remove it once the
# LE-DNS01-cloudflare runbook has been run.
env:
GIT_SSL_NO_VERIFY: "true"
jobs:
check:
runs-on: ubuntu-latest