Moving back publish block to below.

woodpecker_rust_1.75
Dessalines 2024-01-05 15:01:15 -05:00
parent ba30cce888
commit 796b368cbc
1 changed files with 13 additions and 13 deletions

View File

@ -38,19 +38,6 @@ steps:
- git submodule init
- git submodule update
publish_release_docker:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: dessalines/lemmy
dockerfile: docker/Dockerfile
platforms: linux/amd64
build_args:
- RUST_RELEASE_MODE=release
tag: ${CI_COMMIT_TAG}
when:
event: tag
prettier_check:
group: format
image: tmknom/prettier:3.0.0
@ -255,6 +242,19 @@ 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
build_args:
- RUST_RELEASE_MODE=release
tag: ${CI_COMMIT_TAG}
when:
event: tag
nightly_build:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]