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,14 +1,15 @@
|
||||
pipeline:
|
||||
build_and_publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [ DOCKERHUB_USER ]
|
||||
settings:
|
||||
username: ${DOCKERHUB_USER}
|
||||
password: ${DOCKERHUB_TOKEN}
|
||||
username: vistanarvas
|
||||
password:
|
||||
from_secret: DOCKERHUB_TOKEN
|
||||
context: ./build
|
||||
dockerfile: ./build/Dockerfile
|
||||
repo: vistanarvas/${CI_REPO_NAME}
|
||||
auto_tag: true
|
||||
when:
|
||||
path:
|
||||
include: [ '.woodpecker/build.yml', './build/*' ]
|
||||
include: [ '.woodpecker/build.yml', 'build/*' ]
|
||||
event: [push, tag, deployment]
|
||||
|
||||
Reference in New Issue
Block a user