Files
e-tib.com/.gitea/workflows/test-docker.yml
Marc Mintel 3b297aae3f
Some checks failed
Build & Deploy / 🧪 QA (push) Blocked by required conditions
Build & Deploy / 🔍 Prepare (push) Successful in 24s
Test Docker Host / test (push) Failing after 10s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
chore: test dind service
2026-06-18 14:59:19 +02:00

19 lines
325 B
YAML

name: Test Docker Host
on:
push:
branches:
- main
jobs:
test:
runs-on: docker
container:
image: catthehacker/ubuntu:act-latest
services:
docker:
image: docker:24-dind
options: --privileged
env:
DOCKER_TLS_CERTDIR: ""
steps:
- run: docker info