mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 01:02:50 +08:00
7 lines
310 B
Bash
Executable File
7 lines
310 B
Bash
Executable File
# 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
|