forked from kemitix/git-next
build(woodpecker): remove redundant build of a builder images
Now that the push-next job is using the forgejo action, it no longer needs this builder image.
This commit is contained in:
parent
29c03b936d
commit
38f236fc37
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
steps:
|
|
||||||
|
|
||||||
update-builder-image:
|
|
||||||
when:
|
|
||||||
- event: cron
|
|
||||||
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
|
|
||||||
settings:
|
|
||||||
username: kemitix
|
|
||||||
repo: git.kemitix.net/kemitix/git-next-builder
|
|
||||||
auto_tag: true
|
|
||||||
dockerfile: Dockerfile.builder
|
|
||||||
dry-run: false # push to remote repo
|
|
||||||
registry: git.kemitix.net
|
|
||||||
password:
|
|
||||||
from_secret: woodpecker-docker-push
|
|
Loading…
Reference in a new issue