Skip to content

Commit 9e89a8f

Browse files
Merge pull request #156 from Mellanox/chore/sync-dockerfile-images-20251027111815
chore: sync image tags in fork-ci-reusable.yml
2 parents b35564d + d96b5bc commit 9e89a8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fork-ci-reusable.yml

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

0 commit comments

Comments
 (0)