From f62ac3cebda67d87fae1d7fd73d5d39bccc53e83 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 25 Oct 2023 14:22:22 +0200 Subject: [PATCH] fix: correct autosuffix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ba40910..2236ee2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -452,7 +452,7 @@ steps: image: docker.io/plugins/docker:20.10.9 settings: auto_tag: true - auto_tag_suffix: arm-v7 + auto_tag_suffix: amd64 dockerfile: Dockerfile force_tag: true no_cache: true