mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-24 05:11:18 +00:00
Re-adding publish release
This commit is contained in:
parent
e4d127166e
commit
d3d4f66c03
1 changed files with 12 additions and 12 deletions
|
@ -218,18 +218,18 @@ steps:
|
|||
- event: pull_request
|
||||
status: failure
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue