You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a self-hosted runner and by default port 80 is blocked by company policy. Using the action I get error
#6 0.465 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
#6 134.2 ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.9/main: network error (check Internet connection and firewall)
because url uses http protocol by default. Is there a way to force docker to use https protocol? Or update action so it will use https for fetching images from a repo
I'm using a self-hosted runner and by default port 80 is blocked by company policy. Using the action I get error
because url uses http protocol by default. Is there a way to force docker to use https protocol? Or update action so it will use https for fetching images from a repo
Its actually just a duplicate of issue #20
The text was updated successfully, but these errors were encountered: