File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 9696 with :
9797 go-version : ${{ env.GOLANG_VERSION }}
9898
99- - name : Setup Go Proxy
100- id : setup-go-proxy
101- uses : nv-gha-runners/setup-artifactory-go-proxy@main
102-
103- - env :
104- GOPROXY : ${{ steps.setup-go-proxy.outputs.goproxy-url }}
105- run : |
99+ - run : |
106100 make build
Original file line number Diff line number Diff line change @@ -107,17 +107,12 @@ jobs:
107107 username : ${{ github.actor }}
108108 password : ${{ secrets.GITHUB_TOKEN }}
109109
110- - name : Setup Go Proxy
111- id : setup-go-proxy
112- uses : nv-gha-runners/setup-artifactory-go-proxy@main
113-
114110 - name : Build image
115111 env :
116112 IMAGE_NAME : ghcr.io/nvidia/container-toolkit
117113 VERSION : ${{ inputs.version }}
118114 PUSH_ON_BUILD : " true"
119115 BUILD_MULTI_ARCH_IMAGES : ${{ inputs.build_multi_arch_images }}
120- GOPROXY : ${{ steps.setup-go-proxy.outputs.goproxy-url }}
121116 run : |
122117 echo "${VERSION}"
123118 make -f deployments/container/Makefile build-${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments