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

This commit is contained in:
Danny Bessems 2024-06-05 17:23:12 +10:00
parent 49779d8b31
commit 85b8c36315
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 \
openssl && \
openssl s_client -connect api.github.com:443 -msg -timeout 10
timeout 10 openssl s_client -connect api.github.com:443 -msg
RUN apk --update add --no-cache \
curl \
jq && \