Skip to content

Commit e246328

Browse files
committed
Use proxy.golang.org as GOPROXY while building
1 parent 616af13 commit e246328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ jobs:
5151
platforms: linux/amd64
5252
push: true
5353
file: Dockerfile.rootless
54+
build-args: |
55+
GOPROXY=https://proxy.golang.org,direct
5456
tags: ghcr.io/${{ github.repository }}:${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref_name }}

0 commit comments

Comments
 (0)