Revert "ADD: pushing after building not required"

This reverts commit 16624fa052.
This commit is contained in:
Dominik Meyer 2023-09-05 22:41:17 +02:00
parent 16624fa052
commit 1033ed9ab0
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 2 additions and 0 deletions

View File

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