Compare commits
No commits in common. "aa11933e4fa92153e36f02d058800aa61247ecd6" and "bf8f09cf98913808d790133185b6d796d8db2cf3" have entirely different histories.
aa11933e4f
...
bf8f09cf98
@ -15,13 +15,11 @@ variables:
|
||||
|
||||
steps:
|
||||
test-build:
|
||||
image: woodpeckerci/plugin-docker-buildx:5.1.0
|
||||
privileged: true
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
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
|
||||
|
||||
@ -30,6 +28,7 @@ steps:
|
||||
privileged: true
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
platforms: ${platform}
|
||||
repo: *repo
|
||||
registry: source.hodakov.me
|
||||
auto_tag: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user