build: push images to docker hub
All checks were successful
continuous-integration/drone/push Build is passing

fixes: #48
This commit is contained in:
Dominik Meyer 2024-08-02 23:02:42 +02:00
parent c88509ac65
commit ea1a07ef58
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -146,9 +146,9 @@ steps:
- buildah manifest push --all amanda-server:latest docker://registry.cloud.federationhq.de/amanda-server:latest
- buildah manifest create amanda-client:latest registry.cloud.federationhq.de/amanda-client:latest-arm64 registry.cloud.federationhq.de/amanda-client:latest-amd64
- buildah manifest push --all amanda-client:latest docker://registry.cloud.federationhq.de/amanda-client: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 login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com
- buildah manifest push --all amanda-client:latest docker://registry.hub.docker.com/byterazor/amanda-client:latest
- buildah manifest push --all amanda-server:latest docker://registry.hub.docker.com/byterazor/amanda-server:latest
depends_on:
- build-amanda-server-amd64