Skip to content

Commit 944ff2e

Browse files
authored
[nv-gha-runner-gh-action] use the updated action output (#1441)
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 119116e commit 944ff2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
id: setup-go-proxy
7171
uses: nv-gha-runners/setup-artifactory-go-proxy@main
7272
- env:
73-
GOPROXY: ${{ steps.setup-go-proxy.outputs.goproxy }}
73+
GOPROXY: ${{ steps.setup-go-proxy.outputs.goproxy-url }}
7474
run: |
7575
make build

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
VERSION: ${{ inputs.version }}
5656
PUSH_ON_BUILD: true
5757
BUILD_MULTI_ARCH_IMAGES: ${{ inputs.build_multi_arch_images }}
58-
GOPROXY: ${{ steps.setup-go-proxy.outputs.goproxy }}
58+
GOPROXY: ${{ steps.setup-go-proxy.outputs.goproxy-url }}
5959
run: |
6060
echo "${VERSION}"
6161
make -f deployments/container/Makefile build

0 commit comments

Comments
 (0)