fix: fixed missing command

This commit is contained in:
Dominik Meyer 2024-12-22 14:05:38 +01:00
parent 998ff224a5
commit 4d27db261e
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -86,7 +86,7 @@ steps:
- buildah manifest push --all fhem:latest docker://registry.cloud.federationhq.de/fhem:latest
- buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com
- buildah manifest push --all fhem:latest docker://registry.hub.docker.com/byterazor/fhem:latest
- buildah manifest fhem:latest
- buildah manifest rm fhem:latest
depends_on:
- build-amd64