Skip to content

Commit ab9f77e

Browse files
committed
fix(gha): remove NV go proxy
1 parent ddbea2d commit ab9f77e

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/golang.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,5 @@ jobs:
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

.github/workflows/image.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)