From 4d27db261e642557bfaf6ba7bc282ce3f8063caa Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 22 Dec 2024 14:05:38 +0100 Subject: [PATCH] fix: fixed missing command --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a239fdf..dc11653 100644 --- a/.drone.yml +++ b/.drone.yml @@ -86,7 +86,7 @@ steps: - buildah manifest push --all fhem:latest docker://registry.cloud.federationhq.de/fhem:latest - buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com - buildah manifest push --all fhem:latest docker://registry.hub.docker.com/byterazor/fhem:latest - - buildah manifest fhem:latest + - buildah manifest rm fhem:latest depends_on: - build-amd64