From 1033ed9ab04775e3425a4bee1048f3c51445a5f8 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Tue, 5 Sep 2023 22:41:17 +0200 Subject: [PATCH] Revert "ADD: pushing after building not required" This reverts commit 16624fa0527ef75d5b9b292dd801353ba2ffdd3b. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0dc1db3..3858805 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,6 +57,7 @@ steps: commands: - scripts/setupEnvironment.sh - buildah bud --network host -t "registry.cloud.federationhq.de/latex:latest-amd64" --arch amd64 . + - buildah push registry.cloud.federationhq.de/latex:latest-amd64 --- kind: pipeline @@ -84,6 +85,7 @@ steps: commands: - scripts/setupEnvironment.sh - buildah bud -t "registry.cloud.federationhq.de/latex:latex-arm64" --net=host --arch arm64 . + - buildah push registry.cloud.federationhq.de/latex:latex-arm64 --- kind: pipeline