Move container publishing from CI to justfile #25
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/25/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes the brittle Woodpecker container steps and replaces them with a local
just publish-containerrecipe.Removed:
container_checkstep from.woodpecker/ci.yml(dry-run Kaniko build on PRs).woodpecker/publish-container.yml(tag-triggered Kaniko build+push)Added to
justfile:codeberg_repoanddockerhub_repovariablespublish-containerrecipe: checks podman logins, buildslinux/amd64withREVISION/VERSIONbuild args, tags for both registries, pushes all four tagsCloses #24