From e5159a9d819bcee5c5875a026a6341cf8251a91a Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 15 Mar 2021 15:20:58 -0400 Subject: [PATCH] Only push latest. --- .drone.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 97db877..221467a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,19 +43,3 @@ steps: when: ref: - refs/tags/* - - - name: push to docker manifest - image: plugins/manifest - settings: - username: - from_secret: docker_username - password: - from_secret: docker_password - target: "dessalines/joinlemmy-site:${DRONE_TAG}" - template: "dessalines/joinlemmy-site:${DRONE_TAG}-OS-ARCH" - platforms: - - linux/amd64 - ignore_missing: true - when: - ref: - - refs/tags/*