add dind certs to act container
Some checks failed
publish-latest / docker (push) Failing after 33s

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

View file

@ -6,6 +6,10 @@ on:
jobs: jobs:
docker: docker:
runs-on: docker runs-on: docker
container:
image: catthehacker/ubuntu:act-22.04
volumes:
- certs:/certs
env: env:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_VERIFY: "1" DOCKER_TLS_VERIFY: "1"

View file

@ -6,6 +6,10 @@ on:
jobs: jobs:
docker: docker:
runs-on: docker runs-on: docker
container:
image: catthehacker/ubuntu:act-22.04
volumes:
- certs:/certs
env: env:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_VERIFY: "1" DOCKER_TLS_VERIFY: "1"