From: Dessalines Date: Fri, 15 Jan 2021 17:28:49 +0000 (-0500) Subject: Removing tag generation from drone. X-Git-Url: http://these/git/%7B%60%24%7BwebArchiveUrl%7D/save/%24%7BencodeURIComponent%28url%29%7D%60%7D?a=commitdiff_plain;h=f0d928a433fe2e81f646a692c736f52bbd9d66cd;p=lemmy.git Removing tag generation from drone. --- diff --git a/.drone.yml b/.drone.yml index 9b111a40..9924af5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,14 +65,6 @@ steps: - 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: @@ -139,14 +131,6 @@ steps: - 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: @@ -156,6 +140,8 @@ steps: password: from_secret: docker_password repo: dessalines/lemmy + auto_tag: true + auto_tag_suffix: arm64 when: ref: - refs/tags/* @@ -165,4 +151,4 @@ services: image: postgres:12-alpine environment: POSTGRES_USER: lemmy - POSTGRES_PASSWORD: password \ No newline at end of file + POSTGRES_PASSWORD: password