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:
|
pipeline:
|
||||||
|
test:
|
||||||
|
image: ubuntu
|
||||||
|
commands:
|
||||||
|
- pwd
|
||||||
|
- ls -al
|
||||||
|
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [ dockerhub_user ]
|
secrets: [ dockerhub_user ]
|
||||||
@@ -11,4 +17,5 @@ pipeline:
|
|||||||
from_secret: DOCKERHUB_TOKEN
|
from_secret: DOCKERHUB_TOKEN
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
when:
|
when:
|
||||||
|
branch: master
|
||||||
event: [push, tag, deployment]
|
event: [push, tag, deployment]
|
||||||
|
|||||||
Reference in New Issue
Block a user