• Andrew Williams's avatar
    chore: build release containers from tags rather than branches (#3739) · c9c40bc8
    Andrew Williams authored
    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.
    c9c40bc8
Name
Last commit
Last update
.github Loading commit data...
bin/memos Loading commit data...
docs Loading commit data...
internal Loading commit data...
plugin Loading commit data...
proto Loading commit data...
scripts Loading commit data...
server Loading commit data...
store Loading commit data...
test Loading commit data...
web Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yaml Loading commit data...
.goreleaser.yaml Loading commit data...
CODEOWNERS Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...