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