Publish container image after docker runner is available #29
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?
Blocked on: mycelium/circle_ops#642 (docker runner label for mycelium org)
Once that's resolved:
v0.1.0on latestdevelopmentforge.ourworld.tf/mycelium/www-migrate-mycelium:0.1.0+:devAfter that, ops can deploy using the K8s manifests in
deploy/k8s/or Docker Compose indeploy/.Manual Docker images published
While waiting for the Docker runner (circle_ops#642), images have been manually built and pushed to the registry.
Registry:
forge.ourworld.tf/mycelium/www-migrate-mycelium:devdevelopmentbranch:mainmainbranch:latest:main:0.1.0Makefile targets (PR #40, merged)
make docker-build- tags by current branch automaticallymake docker-push- builds and pushes branch-appropriate tagsmake docker-push-version- pushes pinned version tag from Cargo.tomlmake docker-login- authenticate to Forgejo registryRemaining
Automated CI publishing (
build-container.yml) still blocked on Docker runner availability.