feat: complete docker_publish skill — auth, DinD CI, E2E flow #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Problem
The
docker_publishskill had several gaps:docker login(no FORGEJO_TOKEN automation)Solution
docker:24-dind), BuildKit, official Docker actions, registry caching, SSH forwarding for private reposhero_servicesimplements the full pipelineRelated
env_secretsskill (canonical FORGEJO_TOKEN)hero_servicesbuild-container.yaml(proven DinD implementation)feat: add automated Docker registry auth with FORGEJO_TOKEN to docker_publish skillto feat: complete docker_publish skill — auth, DinD CI, E2E flowThe
forge_docker_publishskill now covers all three gaps: non-interactive auth with FORGEJO_TOKEN, Podman-based CI (no Docker-in-Docker), and full E2E flow. Closing as completed.