2026-04-18 22:10:23 +00:00
|
|
|
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:
|
2026-05-07 22:32:00 +00:00
|
|
|
# Phase 4 of forgejo-registry-consolidation 2026-05-07 —
|
|
|
|
|
# registry.viktorbarzin.me decommissioned. Forgejo is the only target.
|
2026-04-18 22:10:23 +00:00
|
|
|
repo:
|
2026-05-07 16:01:49 +00:00
|
|
|
- forgejo.viktorbarzin.me/viktor/payslip-ingest
|
2026-04-18 22:10:23 +00:00
|
|
|
logins:
|
2026-05-07 16:01:49 +00:00
|
|
|
- registry: forgejo.viktorbarzin.me
|
|
|
|
|
username:
|
|
|
|
|
from_secret: forgejo_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: forgejo_push_token
|
2026-04-19 15:49:03 +00:00
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
context: .
|
2026-04-18 22:10:23 +00:00
|
|
|
auto_tag: true
|
|
|
|
|
platforms:
|
|
|
|
|
- linux/amd64
|