This commit is contained in:
TomPallister
2020-11-26 11:03:38 +00:00
parent 3a8d55f768
commit 94ce0224d7
4 changed files with 27 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
# this script build the ocelot docker file
version=0.0.2
version=0.0.3
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
docker push mijitt0m/ocelot-build:latest
docker push mijitt0m/ocelot-build:$version