You've already forked go-semantic-release
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a05b72ec8 | |||
| 732b1ee1a0 |
@@ -71,10 +71,8 @@ steps:
|
||||
pull: true
|
||||
settings:
|
||||
<<: *docker_creds
|
||||
token:
|
||||
from_secret: depot_token
|
||||
registry: hub.cybercinch.nz
|
||||
repo: cybercinch/${CI_REPO_NAME}
|
||||
repo: hub.cybercinch.nz/cybercinch/${CI_REPO_NAME}
|
||||
dockerfile: Dockerfile
|
||||
platforms: *platforms
|
||||
build_args:
|
||||
@@ -82,11 +80,6 @@ steps:
|
||||
tags:
|
||||
- latest
|
||||
- ${CI_COMMIT_TAG}
|
||||
logins:
|
||||
- registry: https://hub.cybercinch.nz/
|
||||
username: cybercinch
|
||||
password:
|
||||
from_secret: docker_password_cybercinch
|
||||
when:
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
event:
|
||||
|
||||
Reference in New Issue
Block a user