You've already forked go-semantic-release
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a05b72ec8 | |||
| 732b1ee1a0 | |||
| 5636fecc14 | |||
| b13699d2f8 |
@@ -71,14 +71,12 @@ steps:
|
|||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
<<: *docker_creds
|
<<: *docker_creds
|
||||||
token:
|
|
||||||
from_secret: depot_token
|
|
||||||
registry: hub.cybercinch.nz
|
registry: hub.cybercinch.nz
|
||||||
repo: cybercinch/${CI_REPO_NAME}
|
repo: hub.cybercinch.nz/cybercinch/${CI_REPO_NAME}
|
||||||
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user