From 9418f9e733dc43416303735c9928fc2dbd6036dc Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 4 Jan 2021 11:27:27 -0500 Subject: [PATCH] Changing docker tag. --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index d5d9552..5f6f592 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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/* -- 2.44.1