debugging build...
ci/woodpecker/push/build Pipeline was successful Details

test-when
gapodo 2022-11-01 02:45:44 +01:00
parent 88351cc9b7
commit ec44cd9929
1 changed files with 42 additions and 37 deletions

View File

@ -9,40 +9,45 @@ pipeline:
# sonar_quality_enabled: true # sonar_quality_enabled: true
# branchanalysis: auto # branchanalysis: auto
publish-docker-branch-image: debug:
group: build image: busybox
image: woodpeckerci/plugin-docker-buildx commands:
settings: - env
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: # 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_TAG} # tag: ${CI_COMMIT_BRANCH}
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 # 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:
# 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]"