+semver: breaking upgrade base build image to net5.0

This commit is contained in:
TomPallister
2020-11-20 10:51:49 +00:00
parent 708b575857
commit 7254d4d1fb
2 changed files with 16 additions and 15 deletions

View File

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