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: 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]"