use code.0x2620.org as container registry
This commit is contained in:
parent
74fca45a9f
commit
876044ce74
4 changed files with 12 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# push new version of pan.do/ra to docker hub
|
||||
# push new version of pan.do/ra to code.0x2620.org
|
||||
set -e
|
||||
|
||||
cd /tmp
|
||||
|
|
@ -7,6 +7,6 @@ git clone https://code.0x2620.org/0x2620/pandora
|
|||
cd pandora
|
||||
./docker/build.sh
|
||||
|
||||
docker push 0x2620/pandora-base:latest
|
||||
docker push 0x2620/pandora-nginx:latest
|
||||
docker push 0x2620/pandora:latest
|
||||
docker push 0x2620/pandora-base:latest code.0x2620.org/0x2620/pandora-base:latest
|
||||
docker push 0x2620/pandora-nginx:latest code.0x2620.org/0x2620/pandora-nginx:latest
|
||||
docker push 0x2620/pandora:latest code.0x2620.org/0x2620/pandora:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue