Skip to content

Commit 9782828

Browse files
Merge pull request #152 from Mellanox/almaslennikov-patch-5
Use internal docker proxy on gh runners
2 parents 2820397 + 77b9d31 commit 9782828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ jobs:
117117
ref: ${{ needs.determine_ref.outputs.github_ref_name }}
118118
- uses: docker/setup-qemu-action@v3
119119
- uses: docker/setup-buildx-action@v3
120+
with:
121+
buildkitd-config: /etc/buildkit/buildkitd.toml
120122
- uses: docker/login-action@v3
121123
with:
122124
registry: ${{ env.DOCKER_REGISTRY }}

0 commit comments

Comments
 (0)