]> Untitled Git - lemmy-ui.git/commitdiff
Changing docker tag.
authorDessalines <tyhou13@gmx.com>
Mon, 4 Jan 2021 16:27:27 +0000 (11:27 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 4 Jan 2021 16:27:27 +0000 (11:27 -0500)
.drone.yml

index d5d955209ce34db6105971bf6bbe267b81020913..5f6f592fd13c15d39e03452dc7da61a0ea0e2e37 100644 (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/*