This commit is contained in:
parent
473f71772c
commit
5c2db6444f
@ -28,7 +28,7 @@ steps:
|
|||||||
path: /etc/ssl/certs2/
|
path: /etc/ssl/certs2/
|
||||||
commands:
|
commands:
|
||||||
- scripts/setupEnvironment.sh
|
- scripts/setupEnvironment.sh
|
||||||
- buildah bud -t "registry.cloud.federationhq.de/nginx-fhem-ntfy:latest-amd64" --arch amd64 .container/
|
- buildah bud -t "registry.cloud.federationhq.de/nginx-fhem-ntfy:latest-amd64" --arch amd64 .
|
||||||
- buildah push --all registry.cloud.federationhq.de/nginx-fhem-ntfy:latest-amd64
|
- buildah push --all registry.cloud.federationhq.de/nginx-fhem-ntfy:latest-amd64
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -61,7 +61,7 @@ steps:
|
|||||||
path: /etc/ssl/certs2/
|
path: /etc/ssl/certs2/
|
||||||
commands:
|
commands:
|
||||||
- scripts/setupEnvironment.sh
|
- scripts/setupEnvironment.sh
|
||||||
- buildah bud -t "registry.cloud.federationhq.de/nginx-fhem-ntfy:latest-arm64" --arch arm64 ./container/
|
- buildah bud -t "registry.cloud.federationhq.de/nginx-fhem-ntfy:latest-arm64" --arch arm64 .
|
||||||
- buildah push --all registry.cloud.federationhq.de/nginx-fhem-ntfy:latest-arm64
|
- buildah push --all registry.cloud.federationhq.de/nginx-fhem-ntfy:latest-arm64
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
Loading…
Reference in New Issue
Block a user