Automatically publish container images on tag push #17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "publish-container-package"
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?
When tags matching the pattern
v*are pushed a new image is built and published. It is tagged with the number, and the "latest" rolling tag is updated.Great job, works well! 👍