Revert "ADD: pushing after building not required"
This reverts commit 16624fa052
.
This commit is contained in:
parent
16624fa052
commit
1033ed9ab0
@ -57,6 +57,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- scripts/setupEnvironment.sh
|
- scripts/setupEnvironment.sh
|
||||||
- buildah bud --network host -t "registry.cloud.federationhq.de/latex:latest-amd64" --arch amd64 .
|
- 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
|
kind: pipeline
|
||||||
@ -84,6 +85,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- scripts/setupEnvironment.sh
|
- scripts/setupEnvironment.sh
|
||||||
- buildah bud -t "registry.cloud.federationhq.de/latex:latex-arm64" --net=host --arch 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
|
kind: pipeline
|
||||||
|
Loading…
Reference in New Issue
Block a user