ADD: enforce pushing of image to registry
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
This commit is contained in:
parent
dc29e6555c
commit
8a4b797399
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user