diff --git a/docker-compose.yml b/docker-compose.yml index 569130f4..a2bcf66d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: frontend: - #build: ./frontend + build: ./frontend image: frikky/shuffle:frontend container_name: shuffle-frontend hostname: shuffle-frontend @@ -26,7 +26,7 @@ services: volumes: - /etc/shuffle:/etc/shuffle backend: - #build: ./backend + build: ./backend image: frikky/shuffle:backend container_name: shuffle-backend hostname: ${BACKEND_HOSTNAME} @@ -46,7 +46,7 @@ services: - database orborus: #build: ./functions/onprem/orborus - image: frikky/orborus:latest + image: frikky/shuffle:orborus container_name: shuffle-orborus hostname: shuffle-orborus networks: diff --git a/functions/onprem/orborus/build.sh b/functions/onprem/orborus/build.sh index 48d98368..4dd3ad47 100644 --- a/functions/onprem/orborus/build.sh +++ b/functions/onprem/orborus/build.sh @@ -6,4 +6,5 @@ echo "Running docker build with $NAME:$VERSION" docker build . -t frikky/shuffle:$NAME -t docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION -t frikky/$NAME:$VERSION docker push frikky/$NAME:$VERSION +docker push frikky/shuffle:$NAME #docker push docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION