Update '.woodpecker/.build.yml'
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user