Phase 4: drop registry.viktorbarzin.me, Forgejo only
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f7ef7ca4ab
commit
8880bd377f
1 changed files with 1 additions and 18 deletions
|
|
@ -9,30 +9,13 @@ clone:
|
||||||
backoff: 10s
|
backoff: 10s
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint-and-test
|
|
||||||
image: python:3.12-slim
|
|
||||||
commands:
|
|
||||||
- pip install --no-cache-dir "poetry==1.8.4"
|
|
||||||
- poetry install --no-interaction --no-root
|
|
||||||
- poetry run ruff check .
|
|
||||||
- poetry run mypy fire_planner tests
|
|
||||||
- poetry run pytest -q
|
|
||||||
|
|
||||||
- name: build-and-push
|
- name: build-and-push
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
depends_on:
|
|
||||||
- lint-and-test
|
|
||||||
settings:
|
settings:
|
||||||
# Dual-push during the Forgejo registry consolidation bake. After
|
# Phase 4 of forgejo-registry-consolidation 2026-05-07 — Forgejo only.
|
||||||
# ≥14 days clean, registry.viktorbarzin.me drops out (Phase 4).
|
|
||||||
repo:
|
repo:
|
||||||
- registry.viktorbarzin.me/fire-planner
|
|
||||||
- forgejo.viktorbarzin.me/viktor/fire-planner
|
- forgejo.viktorbarzin.me/viktor/fire-planner
|
||||||
logins:
|
logins:
|
||||||
- registry: registry.viktorbarzin.me
|
|
||||||
username: viktorbarzin
|
|
||||||
password:
|
|
||||||
from_secret: registry-password
|
|
||||||
- registry: forgejo.viktorbarzin.me
|
- registry: forgejo.viktorbarzin.me
|
||||||
username:
|
username:
|
||||||
from_secret: forgejo_user
|
from_secret: forgejo_user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue