Skip to content

Commit 7c624d6

Browse files
authored
Update dev-pipeline.yml
1 parent 2f2e6b8 commit 7c624d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
image: docker:28.1.1
2020
services:
2121
docker:
22-
image: docker:28.1.1-dind
23-
options: --privileged --env DOCKER_TLS_CERTDIR="" --mtu=1240
22+
image: ghcr.io/your-org/docker-dind:mtu-1240
23+
options: --privileged --env DOCKER_TLS_CERTDIR=""
2424
env:
2525
REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
2626
BASE_REGISTRY_USERNAME: ${{ secrets.BASE_REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)