Add container publishing to CI on release events #57
Loading…
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?
Currently container images are only built/pushed via the manual-dispatch publish-container.yml workflow. Following Cang's CI pattern, add a publish-container job to ci.yml that builds and pushes to registry.marvin8.zone automatically on release events.
Plan
Modeled on Cang's
ci.ymlpublish-container job:release: types: [published]trigger toci.ymlpublish-containerjob:zhuirigitleaks+checkspassingreleaseeventslatest+ version from tag (strippingvprefix)Branch:
feat/issue-57-ci-container-publish