diff --git a/install.zsh b/install.zsh index c4ff052..7b85ddc 100755 --- a/install.zsh +++ b/install.zsh @@ -19,7 +19,7 @@ function at-repos-env() { https://github.com/bluesky-social/jetstream ) services=( bsky plc pds jetstream bgs ozone social-app ) - img=( pds ozone-web bgs jetstream bsky ozone-daemon ozone plc social-app) + img=( bsky plc pds jetstream bgs ozone social-app ozone-web ozone-daemon ) d=${0:a:h} dh=${0:a:h:h} name=${host%%.*} @@ -310,6 +310,7 @@ case "`cat /etc/hostname`" in at-repos-ozone-patch if [ -n "$1" ];then at-repos-build-docker-atproto $1 + at-repos-push-docker $1 exit fi at-repos-build-docker-atproto