Use dind for dry-run
All checks were successful
ci/woodpecker/pr/docker/2 Pipeline was successful
ci/woodpecker/pr/docker/1 Pipeline was successful

This commit is contained in:
Vladimir Hodakov 2025-01-14 01:23:28 +04:00
parent 0df2a638b4
commit bf8f09cf98
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6

View File

@ -15,14 +15,11 @@ variables:
steps:
test-build:
image: woodpeckerci/plugin-docker-buildx:5.1.0
privileged: true
settings:
dockerfile: Dockerfile
platforms: ${platform}
dry_run: true
repo: *repo
auto_tag: true
image: docker:27-dind
commands:
- docker build -t source.hodakov.me/hdkv/phpbb:${CI_COMMIT_SHA:0:10} .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
event: pull_request