dev #6

Merged
vista merged 2 commits from dev into master 2023-08-15 13:22:50 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ when:
path: path:
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ] include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
pipeline: steps:
build_and_publish: build_and_publish:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:

View File

@@ -1,7 +1,7 @@
when: when:
branch: master branch: master
pipeline: steps:
check_self: check_self:
# failure: ignore # this doesnt work # failure: ignore # this doesnt work
image: alpine image: alpine