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:
Florian Forster
2020-04-07 14:45:59 +02:00
committed by GitHub
parent c07ed83c41
commit 970586dfc9
2 changed files with 14 additions and 10 deletions

View File

@@ -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"
}
}],
],
]
};