mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-17 14:55:49 +08:00
wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user