Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: seperate docker push to two seperate lines
  • Loading branch information
yasserf committed Feb 8, 2020
1 parent 582f053 commit b71c262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/docker.sh
Expand Up @@ -19,6 +19,7 @@ sed -i 's@node:12@node:12-alpine@' Dockerfile
echo 'Building node alpine'
docker build . -t deepstreamio/deepstream.io:${PACKAGE_VERSION}-alpine -t deepstreamio/deepstream.io:latest-alpine
echo 'Pushing node alpine'
docker push deepstreamio/deepstream.io:${PACKAGE_VERSION}-alpine deepstreamio/deepstream.io:latest-alpine
docker push deepstreamio/deepstream.io:${PACKAGE_VERSION}-alpine
docker push deepstreamio/deepstream.io:latest-alpine

cd ../

0 comments on commit b71c262

Please sign in to comment.