mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-07 10:42:19 +00:00
consistent indents
This commit is contained in:
parent
c77943ff49
commit
33fd0dc256
1 changed files with 10 additions and 10 deletions
20
.drone.yml
20
.drone.yml
|
@ -65,10 +65,10 @@ steps:
|
|||
from_secret: docker_password
|
||||
repo: dessalines/lemmy
|
||||
tags:
|
||||
- dev-linux-amd64
|
||||
- dev-linux-amd64
|
||||
when:
|
||||
ref:
|
||||
- refs/heads/main
|
||||
- refs/heads/main
|
||||
|
||||
- name: publish dev docker manifest
|
||||
image: plugins/manifest
|
||||
|
@ -85,7 +85,7 @@ steps:
|
|||
ignore_missing: true
|
||||
when:
|
||||
ref:
|
||||
- refs/heads/main
|
||||
- refs/heads/main
|
||||
|
||||
- name: publish release docker image
|
||||
image: plugins/docker
|
||||
|
@ -100,7 +100,7 @@ steps:
|
|||
auto_tag_suffix: linux-amd64
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
- refs/tags/*
|
||||
|
||||
- name: publish release docker manifest
|
||||
image: plugins/manifest
|
||||
|
@ -117,7 +117,7 @@ steps:
|
|||
ignore_missing: true
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
- refs/tags/*
|
||||
|
||||
services:
|
||||
- name: database
|
||||
|
@ -182,10 +182,10 @@ steps:
|
|||
from_secret: docker_password
|
||||
repo: dessalines/lemmy
|
||||
tags:
|
||||
- dev-linux-arm64
|
||||
- dev-linux-arm64
|
||||
when:
|
||||
ref:
|
||||
- refs/heads/main
|
||||
- refs/heads/main
|
||||
|
||||
- name: publish dev docker manifest
|
||||
image: plugins/manifest
|
||||
|
@ -202,7 +202,7 @@ steps:
|
|||
ignore_missing: true
|
||||
when:
|
||||
ref:
|
||||
- refs/heads/main
|
||||
- refs/heads/main
|
||||
|
||||
- name: publish release docker image
|
||||
image: plugins/docker
|
||||
|
@ -217,7 +217,7 @@ steps:
|
|||
auto_tag_suffix: linux-arm64
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
- refs/tags/*
|
||||
|
||||
- name: publish release docker manifest
|
||||
image: plugins/manifest
|
||||
|
@ -234,7 +234,7 @@ steps:
|
|||
ignore_missing: true
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
- refs/tags/*
|
||||
|
||||
services:
|
||||
- name: database
|
||||
|
|
Loading…
Reference in a new issue