Revert "Use dind for dry-run"

This reverts commit bf8f09cf98.
This commit is contained in:
Vladimir Hodakov 2025-01-14 01:38:57 +04:00
parent bf8f09cf98
commit 8998b47984
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6

View File

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