correct path for dind certs
Some checks failed
publish-latest / docker (push) Failing after 28s

This commit is contained in:
Johan Lundberg 2026-07-01 11:07:46 +02:00
parent 7e8ebab389
commit 6720699d0c
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
container:
image: catthehacker/ubuntu:act-22.04
volumes:
- certs:/certs
- /certs/client:/certs/client
env:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_VERIFY: "1"

View file

@ -9,7 +9,7 @@ jobs:
container:
image: catthehacker/ubuntu:act-22.04
volumes:
- certs:/certs
- /certs/client:/certs/client
env:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_VERIFY: "1"