Changing docker tag.

This commit is contained in:
Dessalines 2021-01-04 11:27:27 -05:00
parent 02f1e55354
commit 9418f9e733

View file

@ -64,19 +64,19 @@ steps:
- git submodule init
- git submodule update --recursive --remote
- name: create docker tags
image: node:14-alpine
commands:
- echo "$(git describe),latest" > .tags
# when:
# ref:
# - refs/tags/*
- name: try to make a build
image: plugins/docker
settings:
dockerfile: Dockerfile
repo: dessalines/lemmy-ui
#when:
# ref:
# - refs/tags/*
- name: create docker tags
image: node:14-alpine
commands:
- echo "$(git describe),latest" > .tags
when:
ref:
- refs/tags/*