Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
2d48254d57 | |||
c325e9e3a2 | |||
ec44cd9929 | |||
88351cc9b7 |
1 changed files with 8 additions and 1 deletions
|
@ -8,6 +8,13 @@ pipeline:
|
||||||
# sonar_key: ${CI_REPO_OWNER}:${CI_REPO_NAME}
|
# sonar_key: ${CI_REPO_OWNER}:${CI_REPO_NAME}
|
||||||
# sonar_quality_enabled: true
|
# sonar_quality_enabled: true
|
||||||
# branchanalysis: auto
|
# branchanalysis: auto
|
||||||
|
|
||||||
|
debug:
|
||||||
|
image: busybox
|
||||||
|
commands:
|
||||||
|
- env
|
||||||
|
- echo ${CI_COMMIT_BRANCH}
|
||||||
|
- echo ${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA:0:8}
|
||||||
|
|
||||||
publish-docker-branch-image:
|
publish-docker-branch-image:
|
||||||
group: build
|
group: build
|
||||||
|
@ -15,7 +22,7 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
repo: git.kle.li/${CI_REPO}
|
repo: git.kle.li/${CI_REPO}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: ${CI_COMMIT_BRANCH}
|
tags: ${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA:0:8}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
registry: git.kle.li
|
registry: git.kle.li
|
||||||
username:
|
username:
|
||||||
|
|
Loading…
Add table
Reference in a new issue