diff --git a/.drone.yml b/.drone.yml index 2b8cb6c..3858805 100644 --- a/.drone.yml +++ b/.drone.yml @@ -84,8 +84,8 @@ steps: path: /etc/ssl/certs2/ commands: - scripts/setupEnvironment.sh - - buildah bud -t "registry.cloud.federationhq.de/latex:lates-arm64" --net=host --arch arm64 . - - buildah push registry.cloud.federationhq.de/latex:lates-arm64 + - 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