Skip to content

Commit ead2225

Browse files
committed
chore: Use organization secret for GOPROXY
Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
1 parent e46b4d9 commit ead2225

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)