FIX: push all images in the manifest to docker
continuous-integration/drone Build is passing Details

This commit is contained in:
Dominik Meyer 2024-01-16 09:21:41 +01:00
parent 558ca67315
commit 0cf8a9b3ee
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ steps:
- scripts/setupEnvironment.sh
- buildah login -u $${USERNAME} -p $${PASSWORD} docker.com
- buildah manifest create docker.com/byterazor/fhem:latest registry.cloud.federationhq.de/fhem:latest-arm64 registry.cloud.federationhq.de/fhem:latest-amd64
- buildah manifest push docker.com/byterazor/fhem:latest
- buildah manifest push --all docker.com/byterazor/fhem:latest
- buildah manifest rm docker.com/byterazor/fhem:latest
depends_on:
- push