Merge pull request 'Fix: Create and host docker images for the CI (#34)' (#42) from fix/ci-docker-build into master
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/docker-build Pipeline failed Details
ci/woodpecker/push/lint Pipeline was successful Details

Reviewed-on: #42
This commit is contained in:
Aire-One 2022-12-09 18:50:11 +01:00
commit dc7d3102ca
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
variables:
- &buildx woodpeckerci/plugin-docker-buildx:2.0.0
- &platforms linux/amd64
- &when_path
- ".woodpecker/docker-build.yml"
- &when_path .woodpecker/docker-build.yml
matrix:
DOCKERFILE:
@ -20,7 +19,7 @@ pipeline:
when:
event: pull_request
path:
<< *when_path
- *when_path
- ${DOCKERFILE}
publish:
@ -38,7 +37,7 @@ pipeline:
when:
event: push
path:
<< *when_path
- *when_path
- ${DOCKERFILE}
branches: master