You've already forked go-semantic-release
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5636fecc14 | |||
| b13699d2f8 |
@@ -78,10 +78,15 @@ steps:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: *platforms
|
platforms: *platforms
|
||||||
build_args:
|
build_args:
|
||||||
- <<: *build_args
|
- TAG=${CI_COMMIT_TAG}
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${CI_COMMIT_TAG}
|
- ${CI_COMMIT_TAG}
|
||||||
|
logins:
|
||||||
|
- registry: https://hub.cybercinch.nz/
|
||||||
|
username: cybercinch
|
||||||
|
password:
|
||||||
|
from_secret: docker_password_cybercinch
|
||||||
when:
|
when:
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
event:
|
event:
|
||||||
|
|||||||
Reference in New Issue
Block a user