File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ jobs:
108108 DOCKER_REGISTRY : ${{ needs.determine_docker_registry_and_tag.outputs.docker_registry }}
109109 DOCKER_TAG : ${{ needs.determine_docker_registry_and_tag.outputs.docker_tag }}
110110 GOPROXY : ${{ secrets.goproxy || 'direct' }}
111- BASE_IMAGE_DOCA_FULL_RT_HOST : nvcr.io/nvidia/doca/doca:3.0 .0-full-rt-host
112- BASE_IMAGE_GO_DISTROLESS_DEV : nvcr.io/nvidia/distroless/go:v3.1.12 -dev
113- BASE_IMAGE_GO_DISTROLESS : nvcr.io/nvidia/distroless/go:v3.1.12
111+ BASE_IMAGE_DOCA_FULL_RT_HOST : nvcr.io/nvidia/doca/doca:3.1 .0-full-rt-host
112+ BASE_IMAGE_GO_DISTROLESS_DEV : nvcr.io/nvidia/distroless/go:v3.2.0 -dev
113+ BASE_IMAGE_GO_DISTROLESS : nvcr.io/nvidia/distroless/go:v3.2.0
114114 strategy :
115115 matrix :
116116 component : ${{ fromJSON(inputs.components) }}
You can’t perform that action at this time.
0 commit comments