FIX: create multiarch image for docker.com
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
40f66eedd6
commit
558ca67315
@ -110,8 +110,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- scripts/setupEnvironment.sh
|
- scripts/setupEnvironment.sh
|
||||||
- buildah login -u $${USERNAME} -p $${PASSWORD} docker.com
|
- buildah login -u $${USERNAME} -p $${PASSWORD} docker.com
|
||||||
- buildah manifest push registry.cloud.federationhq.de/fhem:latest docker://docker.com/byterazor/fhem:latest
|
- buildah manifest create docker.com/byterazor/fhem:latest registry.cloud.federationhq.de/fhem:latest-arm64 registry.cloud.federationhq.de/fhem:latest-amd64
|
||||||
- buildah manifest rm registry.cloud.federationhq.de/fhem:latest
|
- buildah manifest push docker.com/byterazor/fhem:latest
|
||||||
|
- buildah manifest rm docker.com/byterazor/fhem:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user