chore: Debug TLS handshake #4
Container / Semantic Release (Dry-run) (push) Successful in 56s Details
Container / Container image (push) Failing after 43s Details
Container / Semantic Release (push) Has been skipped Details

This commit is contained in:
Danny Bessems 2024-06-05 17:29:18 +10:00
parent 85b8c36315
commit 1a90e017c7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ADD https://${REPO_USERNAME}:${REPO_PASSWORD}@sn.itch.fyi/Repository/bin/VMware/
RUN apk --update add --no-cache \ RUN apk --update add --no-cache \
openssl && \ openssl && \
timeout 10 openssl s_client -connect api.github.com:443 -msg timeout 10 openssl s_client -connect api.github.com:443 -msg -tls1
RUN apk --update add --no-cache \ RUN apk --update add --no-cache \
curl \ curl \
jq && \ jq && \