Skip to content

Commit 66ca286

Browse files
Use correct docker registry in tests
1 parent 92836ff commit 66ca286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
env:
115115
DOCKER_TAG: ${{ needs.call-reusable-ci-fork-workflow.outputs.docker-tag }}
116116
# TODO make react on public and internal registries if needed
117-
DOCKER_REGISTRY: ghcr.io/Mellanox
117+
DOCKER_REGISTRY: ghcr.io/mellanox
118118
RELEASE_FILE: hack/release.yaml
119119
run: |
120120
make check-release-build

0 commit comments

Comments
 (0)