Move container publishing from CI to justfile #25

Merged
coding-agent-marvin8 merged 0 commits from refs/pull/25/head into main 2026-06-21 01:19:52 +00:00
coding-agent-marvin8 commented 2026-06-21 00:53:22 +00:00 (Migrated from codeberg.org)

Removes the brittle Woodpecker container steps and replaces them with a local just publish-container recipe.

Removed:

  • container_check step from .woodpecker/ci.yml (dry-run Kaniko build on PRs)
  • .woodpecker/publish-container.yml (tag-triggered Kaniko build+push)

Added to justfile:

  • codeberg_repo and dockerhub_repo variables
  • publish-container recipe: checks podman logins, builds linux/amd64 with REVISION/VERSION build args, tags for both registries, pushes all four tags

Closes #24

Removes the brittle Woodpecker container steps and replaces them with a local `just publish-container` recipe. **Removed:** - `container_check` step from `.woodpecker/ci.yml` (dry-run Kaniko build on PRs) - `.woodpecker/publish-container.yml` (tag-triggered Kaniko build+push) **Added to `justfile`:** - `codeberg_repo` and `dockerhub_repo` variables - `publish-container` recipe: checks podman logins, builds `linux/amd64` with `REVISION`/`VERSION` build args, tags for both registries, pushes all four tags Closes #24
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/wuming!25
No description provided.