ADD: pushing after building not required
This commit is contained in:
parent
a902630b32
commit
16624fa052
@ -57,7 +57,6 @@ 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
|
||||
@ -85,7 +84,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user