mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-24 14:35:46 +00:00
feat: woodpecker pipeline init
This commit is contained in:
parent
9922c23322
commit
182635bad1
44
.woodpecker.yaml
Normal file
44
.woodpecker.yaml
Normal file
@ -0,0 +1,44 @@
|
||||
steps:
|
||||
build_docker_img:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dry_run: true
|
||||
repo: libresolutions/vanikam
|
||||
tags:
|
||||
latest
|
||||
|
||||
# build_and_publish_docker_img:
|
||||
# image: plugins/docker
|
||||
# when:
|
||||
# event: [push, tag, deployment]
|
||||
# settings:
|
||||
# username: forgeflux
|
||||
# password:
|
||||
# from_secret: DOCKER_TOKEN
|
||||
# repo: libresolutions/vanikam
|
||||
# tags:
|
||||
# latest
|
||||
|
||||
# build_publisher_docker_img:
|
||||
# image: plugins/docker
|
||||
# when:
|
||||
# event: [push, tag, deployment]
|
||||
# settings:
|
||||
# dry_run: true
|
||||
# dockerfile: scripts/publish-bins-docker
|
||||
# purge: false
|
||||
# repo: libresolutions/vanikam-publisher
|
||||
# tags: latest
|
||||
#
|
||||
# publish_bins:
|
||||
# image: rust
|
||||
# when:
|
||||
# event: [push, tag, deployment]
|
||||
# commands:
|
||||
# - apt update
|
||||
# - apt-get -y --no-install-recommends install gpg tar curl wget
|
||||
# - echo -n "$RELEASE_BOT_GPG_SIGNING_KEY" | gpg --batch --import --pinentry-mode loopback
|
||||
# - scripts/bin-publish.sh publish master latest $DUMBSERVE_PASSWORD
|
||||
# secrets: [RELEASE_BOT_GPG_SIGNING_KEY, DUMBSERVE_PASSWORD, GPG_PASSWORD]
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user