mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 15:04:14 +00:00
Removing tag generation from drone.
This commit is contained in:
parent
1de737b7a3
commit
f0d928a433
1 changed files with 3 additions and 17 deletions
20
.drone.yml
20
.drone.yml
|
@ -65,14 +65,6 @@ steps:
|
|||
- yarn
|
||||
- yarn api-test
|
||||
|
||||
- name: create docker tags
|
||||
image: node:15-alpine3.12
|
||||
commands:
|
||||
- echo "$(git describe),latest" > .tags
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
||||
- name: make release build and push to docker hub
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -139,14 +131,6 @@ steps:
|
|||
- yarn
|
||||
- yarn api-test
|
||||
|
||||
- name: create docker tags
|
||||
image: node:15-buster-slim
|
||||
commands:
|
||||
- echo "$(git describe),latest" > .tags
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
||||
- name: make release build and push to docker hub
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -156,6 +140,8 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
repo: dessalines/lemmy
|
||||
auto_tag: true
|
||||
auto_tag_suffix: arm64
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
@ -165,4 +151,4 @@ services:
|
|||
image: postgres:12-alpine
|
||||
environment:
|
||||
POSTGRES_USER: lemmy
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_PASSWORD: password
|
||||
|
|
Loading…
Reference in a new issue