ADD: enforce pushing of image to registry
continuous-integration/drone Build is failing Details

This commit is contained in:
Dominik Meyer 2023-09-06 09:18:44 +02:00
parent dc29e6555c
commit 8a4b797399
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 3 additions and 2 deletions

View File

@ -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