mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 12:21:18 +00:00
Fixing tag deploys. (#3216)
* Fixing tag deploys. * Fixing tag deploys 2. * Try to comment build_args. * Fixing tag deploys 3. * Fixing build args again. * Last fix.
This commit is contained in:
parent
4d160461ce
commit
154a85cc36
1 changed files with 14 additions and 79 deletions
|
@ -157,94 +157,29 @@ pipeline:
|
||||||
# when:
|
# when:
|
||||||
# platform: linux/amd64
|
# platform: linux/amd64
|
||||||
|
|
||||||
|
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
|
||||||
|
auto_tag: true
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
nightly_build:
|
nightly_build:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
secrets: [docker_username, docker_password]
|
||||||
settings:
|
settings:
|
||||||
repo: dessalines/lemmy
|
repo: dessalines/lemmy
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
build_args: RUST_RELEASE_MODE=release
|
build_args: RUST_RELEASE_MODE=release
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
# add_host: github.com:140.82.112.3,static.crates.io:18.154.227.73,crates.io:108.138.64.68,dl-cdn.alpinelinux.org:146.75.30.133
|
|
||||||
tag: dev
|
tag: dev
|
||||||
when:
|
when:
|
||||||
event:
|
event: cron
|
||||||
- cron
|
|
||||||
#platform: linux/amd64
|
|
||||||
|
|
||||||
publish_release_docker_image_amd:
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
|
||||||
settings:
|
|
||||||
repo: dessalines/lemmy
|
|
||||||
dockerfile: docker/Dockerfile
|
|
||||||
platforms: linux/amd64
|
|
||||||
build_args: RUST_RELEASE_MODE=release
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
# add_host: github.com:140.82.112.3,static.crates.io:18.154.227.73,crates.io:108.138.64.68,dl-cdn.alpinelinux.org:146.75.30.133
|
|
||||||
auto_tag: true
|
|
||||||
# auto_tag_suffix: linux-amd64
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
tag
|
|
||||||
#platform: linux/amd64
|
|
||||||
|
|
||||||
publish_release_docker_image_arm:
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
|
||||||
settings:
|
|
||||||
repo: dessalines/lemmy
|
|
||||||
dockerfile: docker/Dockerfile
|
|
||||||
platforms: linux/arm64
|
|
||||||
build_args: RUST_RELEASE_MODE=release
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
# add_host: github.com:140.82.112.3,static.crates.io:18.154.227.73,crates.io:108.138.64.68,dl-cdn.alpinelinux.org:146.75.30.133
|
|
||||||
auto_tag: true
|
|
||||||
# auto_tag_suffix: linux-arm64
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
tag
|
|
||||||
#platform: linux/arm64
|
|
||||||
|
|
||||||
#publish_release_docker_manifest:
|
|
||||||
# image: plugins/manifest
|
|
||||||
# settings:
|
|
||||||
# username:
|
|
||||||
# from_secret: docker_username
|
|
||||||
# password:
|
|
||||||
# from_secret: docker_password
|
|
||||||
# target: "dessalines/lemmy:${CI_COMMIT_TAG}"
|
|
||||||
# template: "dessalines/lemmy:${CI_COMMIT_TAG}-OS-ARCH"
|
|
||||||
# platforms:
|
|
||||||
# - linux/amd64
|
|
||||||
# - linux/arm64
|
|
||||||
# ignore_missing: true
|
|
||||||
# when:
|
|
||||||
# event: tag
|
|
||||||
|
|
||||||
#publish_latest_release_docker_manifest:
|
|
||||||
# image: plugins/manifest
|
|
||||||
# settings:
|
|
||||||
# username:
|
|
||||||
# from_secret: docker_username
|
|
||||||
# password:
|
|
||||||
# from_secret: docker_password
|
|
||||||
# target: "dessalines/lemmy:latest"
|
|
||||||
# template: "dessalines/lemmy:${CI_COMMIT_TAG}-OS-ARCH"
|
|
||||||
# platforms:
|
|
||||||
# - linux/amd64
|
|
||||||
# - linux/arm64
|
|
||||||
# ignore_missing: true
|
|
||||||
# when:
|
|
||||||
# event: tag
|
|
||||||
# #platform: linux/amd64
|
|
||||||
|
|
||||||
# using https://github.com/pksunkara/cargo-workspaces
|
# using https://github.com/pksunkara/cargo-workspaces
|
||||||
publish_to_crates_io:
|
publish_to_crates_io:
|
||||||
|
|
Loading…
Reference in a new issue