This commit is contained in:
parent
a2391ebaaf
commit
f3cae91af4
@ -22,7 +22,7 @@ steps:
|
|||||||
path: /etc/ssl/certs2/
|
path: /etc/ssl/certs2/
|
||||||
commands:
|
commands:
|
||||||
- scripts/setupEnvironment.sh
|
- scripts/setupEnvironment.sh
|
||||||
- export TEA_URL=`curl -L https://gitea.com/gitea/tea/releases/latest | grep -e "tea.*linux-amd64\"" | cut -d '"' -f 6``
|
- export TEA_URL=`curl -L https://gitea.com/gitea/tea/releases/latest | grep -e "tea.*linux-amd64\"" | cut -d '"' -f 6`
|
||||||
- buildah bud --build-arg TEA_URL=${TEA_URL} --network host -t "registry.cloud.federationhq.de/tea:latest-amd64" --arch amd64 .
|
- buildah bud --build-arg TEA_URL=${TEA_URL} --network host -t "registry.cloud.federationhq.de/tea:latest-amd64" --arch amd64 .
|
||||||
- buildah push --all registry.cloud.federationhq.de/tea:latest-amd64
|
- buildah push --all registry.cloud.federationhq.de/tea:latest-amd64
|
||||||
---
|
---
|
||||||
@ -50,7 +50,7 @@ steps:
|
|||||||
path: /etc/ssl/certs2/
|
path: /etc/ssl/certs2/
|
||||||
commands:
|
commands:
|
||||||
- scripts/setupEnvironment.sh
|
- scripts/setupEnvironment.sh
|
||||||
- export TEA_URL=`curl -L https://gitea.com/gitea/tea/releases/latest | grep -e "tea.*linux-arm64\"" | cut -d '"' -f 6``
|
- export TEA_URL=`curl -L https://gitea.com/gitea/tea/releases/latest | grep -e "tea.*linux-arm64\"" | cut -d '"' -f 6`
|
||||||
- buildah bud TEA_URL=${TEA_URL} --network host -t "registry.cloud.federationhq.de/tea:latest-arm64" --arch arm64 .
|
- buildah bud TEA_URL=${TEA_URL} --network host -t "registry.cloud.federationhq.de/tea:latest-arm64" --arch arm64 .
|
||||||
- buildah push --all registry.cloud.federationhq.de/tea:latest-arm64
|
- buildah push --all registry.cloud.federationhq.de/tea:latest-arm64
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user