From ed793f95f67e039e1016ba87739291bd146a6728 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 25 Apr 2023 21:08:15 +0200 Subject: [PATCH] ci: remove commit hash --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 24d83f8..140c308 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,6 @@ steps: repo: registry.mgrote.net/python-api-server registry: registry.mgrote.net tags: - - ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_BRANCH} - latest when: @@ -44,7 +43,6 @@ steps: dockerfile: Dockerfile repo: quotengrote/python-api-server tags: - - ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_BRANCH} - latest when: