This commit is contained in:
2023-03-11 13:52:42 +01:00
parent 4c3f22b205
commit ad4ea0dad5

View File

@@ -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]