This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pipeline:
|
||||
build_and_publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [ dockerhub_user ]
|
||||
secrets: [ DOCKERHUB_USER ]
|
||||
settings:
|
||||
username: ${DOCKERHUB_USER}
|
||||
password: ${DOCKERHUB_TOKEN}
|
||||
@@ -10,4 +10,6 @@ pipeline:
|
||||
dockerfile: ./build/Dockerfile
|
||||
auto_tag: true
|
||||
when:
|
||||
path:
|
||||
include: [ '.woodpecker/*.yml', './build/*' ]
|
||||
event: [push, tag, deployment]
|
||||
|
||||
Reference in New Issue
Block a user