From c4565b8f2490dbf4bd98af15cb79ab722078ec51 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 27 May 2024 18:18:28 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index b04b1ea..95087a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,18 +3,10 @@ type: docker name: default steps: - - name: build - image: plugins/docker - settings: - dockerfile: Dockerfile - tags: - - ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}:${DRONE_COMMIT_SHA} - - ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}:latest - - name: publish image: plugins/docker settings: - repo: ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME} + repo: ${docker_username}/${DRONE_REPO_NAME} tags: - latest - ${DRONE_COMMIT_SHA}