From 6b2fb239029187b2da9d58220e3c0a8ac76d4f78 Mon Sep 17 00:00:00 2001 From: Alexandre Chazal Date: Sun, 28 Nov 2021 20:50:38 +0100 Subject: [PATCH] feat(drone): image is now built for amd64 and pushes to registry.alxczl.fr --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d9ed232..78b1bbf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default platform: os: linux - arch: arm64 + arch: amd64 steps: - name: build @@ -23,7 +23,8 @@ steps: from_secret: docker_username password: from_secret: docker_password - repo: nemunaire/chldapasswd + repo: registry.alxczl.fr/chldapasswd + registry: registry.alxczl.fr tags: latest when: branch: