Skip to content

Commit 54573fe

Browse files
chore: Use organization secret for GOPROXY (Mellanox#1704)
2 parents ad054ae + ead2225 commit 54573fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Make build and push
3434
env:
3535
TAG: mellanox/${{ env.IMAGE_NAME }}
36-
GOPROXY: ${{ secrets.GOPROXY }}
36+
GOPROXY: ${{ secrets.GO_PROXY_URL }}
3737
run: |
3838
echo "Docker tags will be: $DOCKER_TAGS"
3939
for docker_tag in $DOCKER_TAGS; do

0 commit comments

Comments
 (0)