From 94c527b680c7bbee4dd8f5c33c0e88af76d3fe02 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Fri, 11 Aug 2023 14:55:20 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 57d8a42..71440bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,7 @@ steps: password: from_secret: docker_password auto_tag: true + auto_tag_suffix: linux-amd64 when: event: [push, tag] depends_on: @@ -38,7 +39,7 @@ steps: password: from_secret: docker_password auto_tag: true - auto_tag_suffix: alpine + auto_tag_suffix: alpine-amd64 dockerfile: Dockerfile.alpine when: event: [push, tag]