Compare commits

..

No commits in common. "aa11933e4fa92153e36f02d058800aa61247ecd6" and "bf8f09cf98913808d790133185b6d796d8db2cf3" have entirely different histories.

View File

@ -15,13 +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:
dry_run: true - /var/run/docker.sock:/var/run/docker.sock
repo: *repo
auto_tag: true
when: when:
event: pull_request event: pull_request
@ -30,6 +28,7 @@ steps:
privileged: true privileged: true
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
platforms: ${platform}
repo: *repo repo: *repo
registry: source.hodakov.me registry: source.hodakov.me
auto_tag: true auto_tag: true