Files
torsearch/bash/build/push_image.sh

3 lines
76 B
Bash
Executable File

echo "> Pushing ${IMG}"
docker push "${IMG}-app"
docker push "${IMG}-worker"