- 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:
- 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:
password:
from_secret: docker_password
repo: dessalines/lemmy
+ auto_tag: true
+ auto_tag_suffix: arm64
when:
ref:
- refs/tags/*
image: postgres:12-alpine
environment:
POSTGRES_USER: lemmy
- POSTGRES_PASSWORD: password
\ No newline at end of file
+ POSTGRES_PASSWORD: password