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