mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-30 08:11:20 +00:00
try with separate step
This commit is contained in:
parent
bf3074daf5
commit
f7eafe5416
1 changed files with 15 additions and 2 deletions
17
.drone.yml
17
.drone.yml
|
@ -66,13 +66,26 @@ steps:
|
||||||
repo: dessalines/lemmy
|
repo: dessalines/lemmy
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-amd64
|
auto_tag_suffix: linux-amd64
|
||||||
|
when:
|
||||||
|
ref:
|
||||||
|
- refs/tags/*
|
||||||
|
|
||||||
|
- name: build latest development version and push to docker hub
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
dockerfile: docker/prod/Dockerfile
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
repo: dessalines/lemmy
|
||||||
|
tags:
|
||||||
|
- dev
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
include:
|
include:
|
||||||
- main
|
- main
|
||||||
- drone-release-main
|
- drone-release-main
|
||||||
ref:
|
|
||||||
- refs/tags/*
|
|
||||||
|
|
||||||
- name: push to docker manifest
|
- name: push to docker manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
|
|
Loading…
Reference in a new issue