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:
@@ -10,3 +10,15 @@ pipeline:
|
||||
- apk add curl jq
|
||||
- sh check.sh
|
||||
failure: ignore
|
||||
build_and_publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
username: vistanarvas
|
||||
password:
|
||||
from_secret: DOCKERHUB_TOKEN
|
||||
repo: vistanarvas/${CI_REPO_NAME}
|
||||
auto_tag: true
|
||||
when:
|
||||
path:
|
||||
include: [ '.woodpecker/build.yml', 'Dockerfile', 'check.sh' ]
|
||||
event: [push, tag, deployment]
|
||||
Reference in New Issue
Block a user