ci: notary server has tls disabled by default since alpha.11 (#111)

This commit is contained in:
Hendrik Eeckhaut
2025-06-02 11:32:32 +02:00
committed by GitHub
parent 1cb664b341
commit f51ddbf3de

View File

@@ -14,8 +14,6 @@ jobs:
services:
notary-server:
image: ghcr.io/tlsnotary/tlsn/notary-server:v0.1.0-alpha.11
env:
NOTARY_SERVER__TLS__ENABLED: false
ports:
- 7047:7047
steps: