test
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
pipeline:
|
||||
test:
|
||||
secrets: [ DOCKERHUB_USER ]
|
||||
image: ubuntu
|
||||
command: echo $DOCKERHUB_USER
|
||||
|
||||
build_and_publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [DOCKERHUB_USER]
|
||||
@@ -10,4 +15,5 @@ pipeline:
|
||||
password:
|
||||
from_secret: DOCKERHUB_TOKEN
|
||||
when:
|
||||
event: [push, tag, deployment]
|
||||
branch: master
|
||||
# event: [push, tag, deployment]
|
||||
Reference in New Issue
Block a user