You've already forked go-semantic-release
fix(ci): Update YAML config 🔧
This commit was merged in pull request #11.
This commit is contained in:
@@ -78,8 +78,11 @@ steps:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
push: true
|
push: true
|
||||||
platforms: *platforms
|
platforms: *platforms
|
||||||
buildargs: ["TAG=${CI_COMMIT_TAG}"]
|
buildargs:
|
||||||
tags: ["latest", "$CI_COMMIT_TAG"]
|
- TAG=${CI_COMMIT_TAG}
|
||||||
|
tags:
|
||||||
|
- "latest"
|
||||||
|
- ${CI_COMMIT_TAG}
|
||||||
when:
|
when:
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
event:
|
event:
|
||||||
|
|||||||
Reference in New Issue
Block a user