[CI] add Docker in Docker as a service for E2E tests
ci/woodpecker/pr/build-and-e2e Pipeline failed
ci/woodpecker/pr/unit-lint Pipeline was successful

This commit is contained in:
2026-08-16 21:41:10 +02:00
parent 3c3055bce2
commit 1697ef1492
+9
View File
@@ -2,6 +2,13 @@ when:
- event: [push, manual, pull_request]
branch: [main]
services:
docker:
image: docker:28-dind
privileged: true
environment:
DOCKER_TLS_CERTDIR: ""
steps:
prepare-fe-image-tags:
image: alpine:3.21
@@ -61,6 +68,8 @@ steps:
- build-and-push-fe-image
- build-and-push-e2e-image
environment:
DOCKER_HOST: tcp://localhost:2375
DOCKER_TLS_CERTDIR: ""
GITEA_PACKAGES_USERNAME:
from_secret: gitea_packages_username
GITEA_PACKAGES_TOKEN: