Skip to content

Commit e9d54da

Browse files
Merge pull request #4 from e0ne/goproxy-mlnx
2 parents 58153f6 + 5a138c4 commit e9d54da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/fork-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
registry-username: ${{ secrets.NVCR_USERNAME }}
3131
registry-token: ${{ secrets.NVCR_TOKEN }}
3232
cicd-gh-token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
33+
goproxy: ${{ secrets.GO_PROXY_URL }}

Dockerfile.nvidia

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
ARG BASE_IMAGE=nvcr.io/nvidia/doca/doca:3.0.0-base-rt-host
22

3+
ARG GOPROXY
4+
ENV GOPROXY=$GOPROXY
5+
36
FROM ${BASE_IMAGE}
47
RUN apt-get update -y && apt-get install -y curl
58

0 commit comments

Comments
 (0)