Use dind for dry-run
This commit is contained in:
parent
0df2a638b4
commit
bf8f09cf98
@ -15,14 +15,11 @@ variables:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
test-build:
|
test-build:
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.1.0
|
image: docker:27-dind
|
||||||
privileged: true
|
commands:
|
||||||
settings:
|
- docker build -t source.hodakov.me/hdkv/phpbb:${CI_COMMIT_SHA:0:10} .
|
||||||
dockerfile: Dockerfile
|
volumes:
|
||||||
platforms: ${platform}
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
dry_run: true
|
|
||||||
repo: *repo
|
|
||||||
auto_tag: true
|
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user