Ocelot/docker/docker-build.sh
TomPallister f4131028a3 wip
2020-11-25 17:15:57 +00:00

8 lines
334 B
Bash
Executable File

# this script build the ocelot docker file
version=0.0.2
docker build -t mijitt0m/ocelot-build -f Dockerfile.base .
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
docker tag mijitt0m/ocelot-build mijitt0m/ocelot-build:$version
# docker push mijitt0m/ocelot-build:latest
# docker push mijitt0m/ocelot-build:$version