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