Update '.woodpecker/.build.yml'
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-03-11 14:11:04 +01:00
parent 44e67cf5e8
commit d63ecabb12

View File

@@ -1,4 +1,10 @@
pipeline:
test:
image: ubuntu
commands:
- pwd
- ls -al
build_and_publish:
image: woodpeckerci/plugin-docker-buildx
secrets: [ dockerhub_user ]
@@ -11,4 +17,5 @@ pipeline:
from_secret: DOCKERHUB_TOKEN
auto_tag: true
when:
branch: master
event: [push, tag, deployment]