Removing tag generation from drone.

This commit is contained in:
Dessalines 2021-01-15 12:28:49 -05:00
parent 1de737b7a3
commit f0d928a433

View file

@ -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