mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-08 11:11:37 +00:00
try to fix syntax
This commit is contained in:
parent
b869185559
commit
387ec405bc
1 changed files with 11 additions and 15 deletions
26
.drone.yml
26
.drone.yml
|
@ -65,12 +65,11 @@ steps:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: dessalines/lemmy
|
repo: dessalines/lemmy
|
||||||
tags:
|
tags:
|
||||||
- dev
|
- dev
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
include:
|
- main
|
||||||
- main
|
- drone-release-main
|
||||||
- drone-release-main
|
|
||||||
|
|
||||||
- name: push to docker manifest
|
- name: push to docker manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
|
@ -87,9 +86,8 @@ steps:
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
include:
|
- main
|
||||||
- main
|
- drone-release-main
|
||||||
- drone-release-main
|
|
||||||
|
|
||||||
- name: make release build and push to docker hub
|
- name: make release build and push to docker hub
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -186,12 +184,11 @@ steps:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: dessalines/lemmy
|
repo: dessalines/lemmy
|
||||||
tags:
|
tags:
|
||||||
- dev
|
- dev
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
include:
|
- main
|
||||||
- main
|
- drone-release-main
|
||||||
- drone-release-main
|
|
||||||
|
|
||||||
- name: push to docker manifest
|
- name: push to docker manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
|
@ -208,9 +205,8 @@ steps:
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
include:
|
- main
|
||||||
- main
|
- drone-release-main
|
||||||
- drone-release-main
|
|
||||||
|
|
||||||
- name: make release build and push to docker hub
|
- name: make release build and push to docker hub
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -225,7 +221,7 @@ steps:
|
||||||
auto_tag_suffix: linux-arm64
|
auto_tag_suffix: linux-arm64
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
- name: push to docker manifest
|
- name: push to docker manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
|
|
Loading…
Reference in a new issue