mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 17:22:51 +08:00
6 lines
248 B
Bash
Executable File
6 lines
248 B
Bash
Executable File
docker build -t mijitt0m/ocelot-build .
|
|
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
|