mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-23 22:15:46 +00:00
45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
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]
|
|
#
|
|
|