debugging build...
ci/woodpecker/push/build Pipeline was successful
Details
ci/woodpecker/push/build Pipeline was successful
Details
parent
88351cc9b7
commit
ec44cd9929
|
@ -8,41 +8,46 @@ 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
|
||||||
|
|
||||||
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}
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
registry: git.kle.li
|
|
||||||
username:
|
|
||||||
from_secret: gitea_user
|
|
||||||
password:
|
|
||||||
from_secret: gitea_token
|
|
||||||
when:
|
|
||||||
branch: [main, test, dev, release/*]
|
|
||||||
path:
|
|
||||||
exclude: ["*.md", "docs/**"]
|
|
||||||
ignore_message: "[FORCE CI]"
|
|
||||||
|
|
||||||
publish-docker-tag-image:
|
debug:
|
||||||
group: build
|
image: busybox
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
commands:
|
||||||
settings:
|
- env
|
||||||
repo: git.kle.li/${CI_REPO}
|
|
||||||
platforms: linux/amd64
|
# publish-docker-branch-image:
|
||||||
tag: ${CI_COMMIT_TAG}
|
# group: build
|
||||||
dockerfile: Dockerfile
|
# image: woodpeckerci/plugin-docker-buildx
|
||||||
registry: git.kle.li
|
# settings:
|
||||||
username:
|
# repo: git.kle.li/${CI_REPO}
|
||||||
from_secret: gitea_user
|
# platforms: linux/amd64
|
||||||
password:
|
# tag: ${CI_COMMIT_BRANCH}
|
||||||
from_secret: gitea_token
|
# dockerfile: Dockerfile
|
||||||
when:
|
# registry: git.kle.li
|
||||||
event: tag
|
# username:
|
||||||
path:
|
# from_secret: gitea_user
|
||||||
exclude: ["*.md", "docs/**"]
|
# password:
|
||||||
ignore_message: "[FORCE CI]"
|
# from_secret: gitea_token
|
||||||
|
# when:
|
||||||
|
# branch: [main, test, dev, release/*]
|
||||||
|
# path:
|
||||||
|
# exclude: ["*.md", "docs/**"]
|
||||||
|
# ignore_message: "[FORCE CI]"
|
||||||
|
|
||||||
|
# publish-docker-tag-image:
|
||||||
|
# group: build
|
||||||
|
# image: woodpeckerci/plugin-docker-buildx
|
||||||
|
# settings:
|
||||||
|
# repo: git.kle.li/${CI_REPO}
|
||||||
|
# platforms: linux/amd64
|
||||||
|
# tag: ${CI_COMMIT_TAG}
|
||||||
|
# dockerfile: Dockerfile
|
||||||
|
# registry: git.kle.li
|
||||||
|
# username:
|
||||||
|
# from_secret: gitea_user
|
||||||
|
# password:
|
||||||
|
# from_secret: gitea_token
|
||||||
|
# when:
|
||||||
|
# event: tag
|
||||||
|
# path:
|
||||||
|
# exclude: ["*.md", "docs/**"]
|
||||||
|
# ignore_message: "[FORCE CI]"
|
||||||
|
|
Loading…
Reference in New Issue