We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 652d0a5 + 4e4df44 commit 996ed0eCopy full SHA for 996ed0e
.github/workflows/fork-ci.yml
@@ -30,3 +30,4 @@ jobs:
30
registry-username: ${{ secrets.NVCR_USERNAME }}
31
registry-token: ${{ secrets.NVCR_TOKEN }}
32
cicd-gh-token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
33
+ goproxy: ${{ secrets.GO_PROXY_URL }}
Dockerfile.nvidia
@@ -1,5 +1,8 @@
1
FROM golang:alpine as builder
2
3
+ARG GOPROXY
4
+ENV GOPROXY=$GOPROXY
5
+
6
COPY . /usr/src/rdma-cni
7
8
ENV HTTP_PROXY $http_proxy
0 commit comments