From 11ae96f1c09f9dbec94c947a97c3a661e051aaca Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 6 Sep 2023 13:19:38 +0200 Subject: [PATCH] FIX: fixed single quote --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 49da213..c1c8b7e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -76,7 +76,7 @@ steps: commands: - scripts/setupEnvironment.sh - buildah manifest create registry.cloud.federationhq.de/latex:latest registry.cloud.federationhq.de/latex:latest-arm64 registry.cloud.federationhq.de/latex:latest-amd64 - - buildah manifest push --all latex docker://registry.cloud.federationhq.de/latex:latest" + - buildah manifest push --all latex docker://registry.cloud.federationhq.de/latex:latest - buildah manifest rm registry.cloud.federationhq.de/latex:latest depends_on: - build-amd64