updated to remove develop

This commit is contained in:
TomPallister
2020-01-16 22:15:16 +00:00
parent 47efd86661
commit 0e6f44b342
11 changed files with 25 additions and 24 deletions

View File

@ -1,5 +1,5 @@
# this script build the ocelot docker file
docker build -t mijitt0m/ocelot-build .
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:0.0.1
docker push mijitt0m/ocelot-build:latest