another testbuild...
ci/woodpecker/push/build Pipeline was successful Details

test-when
gapodo 2022-11-01 02:54:27 +01:00
parent c325e9e3a2
commit 2d48254d57
1 changed files with 37 additions and 36 deletions

View File

@ -14,41 +14,42 @@ pipeline:
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}
# 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-branch-image:
group: build
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.kle.li/${CI_REPO}
platforms: linux/amd64
tags: ${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA:0:8}
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:
# 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]"
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]"