asfd
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test/2 unknown status
ci/woodpecker/push/dockerhub Pipeline failed
ci/woodpecker/push/test/1 unknown status
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-07 21:12:55 +02:00
parent 782c72941c
commit 5de9ffb979
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
5 changed files with 5 additions and 5 deletions

View file

@ -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]

View file

@ -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]

View file

@ -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"]

View file

@ -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]

View file

@ -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