Should Kamal always push the latest
tag when building?
#511
clintmiller
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think this is more of a question about how others are using Kamal. For instance, when building a specific branch w/ an associated GitHub Action that performs the Kamal build-- as you would for a Pull Request, for instance-- the
kamal build
will push not only the version tag matching the SHA of the HEAD of the branch, but will also pushlatest
tag to the registry. In some workflows, I don't think this is desirable. Maybe this should be configurable or conditional behavior?How does every one else think about this and handle it?
Beta Was this translation helpful? Give feedback.
All reactions