We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
proxy.golang.org
1 parent 616af13 commit e246328Copy full SHA for e246328
.github/workflows/build.yml
@@ -51,4 +51,6 @@ jobs:
51
platforms: linux/amd64
52
push: true
53
file: Dockerfile.rootless
54
+ build-args: |
55
+ GOPROXY=https://proxy.golang.org,direct
56
tags: ghcr.io/${{ github.repository }}:${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref_name }}
0 commit comments