Fix overalls, and add comment about why we are using non-TLS registry.npmjs.org for Docker builds

This commit is contained in:
NI
2020-07-26 23:58:09 +08:00
parent 8c322dc59e
commit a058f25963
3 changed files with 4 additions and 15 deletions

View File

@@ -23,6 +23,9 @@ jobs:
export DOCKER_HUB_PASSWORD="${{ secrets.DOCKER_HUB_PASSWORD }}"
export COVERALLS_TOKEN="${{ secrets.COVERALLS_TOKEN }}"
export DOCKER_HUB_USER="${{ github.repository_owner }}"
# The `DOCKER_NPM_REGISTRY` is here due to problematic build process
# for ARM64 Docker Image caused by Docker/QEMU
export DOCKER_NPM_REGISTRY="http://registry.npmjs.org/"
sudo apt-get update -qq -y