diff --git a/.drone.yml b/.drone.yml index 6c1f63c..49da213 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: commands: - scripts/setupEnvironment.sh - buildah bud --network host -t "registry.cloud.federationhq.de/latex:latest-amd64" --arch amd64 . - + - buildah push --all registry.cloud.federationhq.de/latex:latest-amd64 --- kind: pipeline type: kubernetes @@ -50,7 +50,8 @@ steps: commands: - scripts/setupEnvironment.sh - buildah bud --network host -t "registry.cloud.federationhq.de/latex:latest-arm64" --arch arm64 . - + - buildah push --all registry.cloud.federationhq.de/latex:latest-arm64 + --- kind: pipeline type: kubernetes