mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-24 23:31:30 +00:00
Changing docker tag.
This commit is contained in:
parent
02f1e55354
commit
9418f9e733
16
.drone.yml
16
.drone.yml
|
@ -64,19 +64,19 @@ steps:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update --recursive --remote
|
- 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
|
- name: try to make a build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
repo: dessalines/lemmy-ui
|
repo: dessalines/lemmy-ui
|
||||||
#when:
|
|
||||||
# ref:
|
|
||||||
# - refs/tags/*
|
|
||||||
|
|
||||||
- name: create docker tags
|
|
||||||
image: node:14-alpine
|
|
||||||
commands:
|
|
||||||
- echo "$(git describe),latest" > .tags
|
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
Loading…
Reference in a new issue