Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
gapodo | 2d48254d57 | |
gapodo | c325e9e3a2 | |
gapodo | ec44cd9929 | |
gapodo | 88351cc9b7 |
|
@ -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…
Reference in New Issue