From f33e9a4d9f1ecbfb6d2052041c078c191cdabb04 Mon Sep 17 00:00:00 2001 From: Jochen Welzel Date: Fri, 23 Dec 2022 22:27:39 +0100 Subject: [PATCH] rename tags --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ac9edb9..b956645 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - push - pull_request commands: - - echo -n "$(date +'%Y%m%d'), latest" > .tags + - echo -n "$(date +'%Y%m%d')-amd64, latest-amd64" > .tags - name: push docker image image: plugins/docker