build: push images to docker hub
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
fixes: #48
This commit is contained in:
parent
c88509ac65
commit
ea1a07ef58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user