Add script to push all images to dockerhub
This commit is contained in:
parent
f3af899de2
commit
6c18d0a0dd
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Push all images to the docker registry.
|
||||
|
||||
docker push kelvinchen/seedbox:base
|
||||
docker push kelvinchen/seedbox:frontend
|
||||
docker push kelvinchen/seedbox:plex
|
||||
docker push kelvinchen/seedbox:rtorrent
|
||||
docker push kelvinchen/seedbox:sickrage
|
||||
docker push kelvinchen/seedbox:syncthing
|
Loading…
Reference in New Issue