We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119116e commit 944ff2eCopy full SHA for 944ff2e
.github/workflows/golang.yaml
@@ -70,6 +70,6 @@ jobs:
70
id: setup-go-proxy
71
uses: nv-gha-runners/setup-artifactory-go-proxy@main
72
- env:
73
- GOPROXY: ${{ steps.setup-go-proxy.outputs.goproxy }}
+ GOPROXY: ${{ steps.setup-go-proxy.outputs.goproxy-url }}
74
run: |
75
make build
.github/workflows/image.yaml
@@ -55,7 +55,7 @@ jobs:
55
VERSION: ${{ inputs.version }}
56
PUSH_ON_BUILD: true
57
BUILD_MULTI_ARCH_IMAGES: ${{ inputs.build_multi_arch_images }}
58
59
60
echo "${VERSION}"
61
make -f deployments/container/Makefile build
0 commit comments