Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: build release containers from tags rather than branches (#3739)
Fixes #3645, currently the release containers are build from the release branches, which are created in preparation for a release. This causes some users with automated CI/CD to either deploy a pre-release version or be notified of a release version before it has actually been released. This change switches the workflow to be triggered by tags, which are created on the release version.
- Loading branch information