mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-24 05:11:18 +00:00
disable docker release for now
This commit is contained in:
parent
52fa0d05c5
commit
fe0617ca52
1 changed files with 12 additions and 12 deletions
|
@ -236,18 +236,18 @@ steps:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
publish_release_docker:
|
#publish_release_docker:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
# image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [docker_username, docker_password]
|
# secrets: [docker_username, docker_password]
|
||||||
settings:
|
# settings:
|
||||||
repo: dessalines/lemmy
|
# repo: dessalines/lemmy
|
||||||
dockerfile: docker/Dockerfile
|
# dockerfile: docker/Dockerfile
|
||||||
platforms: linux/amd64, linux/arm64
|
# platforms: linux/amd64, linux/arm64
|
||||||
build_args:
|
# build_args:
|
||||||
- RUST_RELEASE_MODE=release
|
# - RUST_RELEASE_MODE=release
|
||||||
tag: ${CI_COMMIT_TAG}
|
# tag: ${CI_COMMIT_TAG}
|
||||||
when:
|
# when:
|
||||||
event: tag
|
# event: tag
|
||||||
|
|
||||||
nightly_build:
|
nightly_build:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
|
Loading…
Reference in a new issue