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