asfd
This commit is contained in:
parent
782c72941c
commit
5de9ffb979
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
when:
|
||||
instance: ci.kokuwa.io
|
||||
repo: woodpecker/buildctl
|
||||
event: [manual, push, pull_request]
|
||||
event: [manual, push]
|
||||
branch: main
|
||||
path: [.woodpecker/build.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
when:
|
||||
instance: ci.kokuwa.io
|
||||
repo: woodpecker/buildctl
|
||||
event: push
|
||||
event: [manual, push]
|
||||
branch: main
|
||||
path: [.woodpecker/dockerhub.yaml, README.md]
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
when:
|
||||
event: [cron, manual, push, pull_request]
|
||||
event: [manual, push, pull_request]
|
||||
branch: main
|
||||
path: [.woodpecker/lint.yaml, renovate.json, "**/*.yaml", "**/*.md", "**/*.sh", "**/Dockerfile"]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
when:
|
||||
instance: ci.kokuwa.io
|
||||
repo: woodpecker/buildctl
|
||||
event: push
|
||||
event: [manual, push]
|
||||
branch: main
|
||||
path: [.woodpecker/build.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ fi
|
|||
SOURCE_DATE_EPOCH=${PLUGIN_SOURCE_DATE_EPOCH:-0}
|
||||
|
||||
if [[ -n "${PLUGIN_AUTH:-}" ]]; then
|
||||
DOCKER_CONFIG=${DOCKER_CONFIG:-$PWD}}
|
||||
DOCKER_CONFIG=${DOCKER_CONFIG:-$PWD}
|
||||
mkdir -p $DOCKER_CONFIG
|
||||
echo $PLUGIN_AUTH > $DOCKER_CONFIG/config.json
|
||||
echo Stored credentials at $DOCKER_CONFIG/config.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue