mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 14:37:34 +00:00
chore(semantic-release): docker-release (#37)
* chore: docker vars * test --dry-run * use correct args * test * test * well, myb * arg(h) * something is broken with args * try gh action * try to run semrel * use branches flag * releaserc * works * final
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
branch: 'master',
|
||||
branches: ["master"],
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
@@ -8,12 +8,9 @@ module.exports = {
|
||||
"prepareCmd": "echo '::set-env name=CAOS_NEXT_VERSION::v${nextRelease.version}'"
|
||||
}],
|
||||
["semantic-release-docker", {
|
||||
"verifyConditions": {
|
||||
"registryUrl": "docker.pkg.github.com"
|
||||
},
|
||||
"publish": {
|
||||
"name": "caos/zitadel/zitadel"
|
||||
"registryUrl": "docker.pkg.github.com",
|
||||
"name": "caos/zitadel/zitadel"
|
||||
}
|
||||
}],
|
||||
],
|
||||
]
|
||||
};
|
Reference in New Issue
Block a user