disable docker release for now

This commit is contained in:
Felix Ableitner 2023-12-18 15:38:42 +01:00
parent 52fa0d05c5
commit fe0617ca52

View file

@ -236,18 +236,18 @@ steps:
- event: push
branch: main
publish_release_docker:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: dessalines/lemmy
dockerfile: docker/Dockerfile
platforms: linux/amd64, linux/arm64
build_args:
- RUST_RELEASE_MODE=release
tag: ${CI_COMMIT_TAG}
when:
event: tag
#publish_release_docker:
# image: woodpeckerci/plugin-docker-buildx
# secrets: [docker_username, docker_password]
# settings:
# repo: dessalines/lemmy
# dockerfile: docker/Dockerfile
# platforms: linux/amd64, linux/arm64
# build_args:
# - RUST_RELEASE_MODE=release
# tag: ${CI_COMMIT_TAG}
# when:
# event: tag
nightly_build:
image: woodpeckerci/plugin-docker-buildx