ci: remove vestigial in-cluster build pipeline (ADR-0002 decommission, infra#31)
hmrc-sync has no live consumer of an in-cluster-built image; build pipeline retired. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
3402228de4
commit
a0d30de157
1 changed files with 0 additions and 28 deletions
|
|
@ -1,28 +0,0 @@
|
|||
when:
|
||||
event: push
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
attempts: 5
|
||||
backoff: 10s
|
||||
|
||||
steps:
|
||||
- name: build-and-push
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
# Phase 4 of forgejo-registry-consolidation 2026-05-07 — Forgejo only.
|
||||
repo:
|
||||
- forgejo.viktorbarzin.me/viktor/hmrc-sync
|
||||
logins:
|
||||
- registry: forgejo.viktorbarzin.me
|
||||
username:
|
||||
from_secret: forgejo_user
|
||||
password:
|
||||
from_secret: forgejo_push_token
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
auto_tag: true
|
||||
platforms:
|
||||
- linux/amd64
|
||||
Loading…
Add table
Add a link
Reference in a new issue