mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-24 14:35:46 +00:00
feat: update base img to trixie
This commit is contained in:
parent
151aba467a
commit
9662d03450
@ -1,44 +1,10 @@
|
|||||||
steps:
|
steps:
|
||||||
build_docker_img:
|
build_docker_img:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
when:
|
||||||
|
event: [pull_request]
|
||||||
settings:
|
settings:
|
||||||
dry_run: true
|
dry_run: true
|
||||||
repo: libresolutions/vanikam
|
repo: mcaptcha/mcaptcha
|
||||||
tags:
|
tags:
|
||||||
latest
|
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]
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,7 @@ RUN cargo --version
|
|||||||
RUN make cache-bust
|
RUN make cache-bust
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
FROM debian:bookworm as mCaptcha
|
FROM debian:trixie as mCaptcha
|
||||||
LABEL org.opencontainers.image.source https://github.com/mCaptcha/mCaptcha
|
LABEL org.opencontainers.image.source https://github.com/mCaptcha/mCaptcha
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user