build(woodpecker): remove redundant build of a builder images
All checks were successful
Rust / build (push) Successful in 1m16s
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful

Now that the push-next job is using the forgejo action, it no longer
needs this builder image.
This commit is contained in:
Paul Campbell 2024-05-17 07:37:11 +01:00
parent 29c03b936d
commit 38f236fc37

View file

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