scripts
This commit is contained in:
parent
210019e2f9
commit
aacc992e53
4
scripts/pull.sh
Normal file
4
scripts/pull.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export UI_MODE=$1
|
||||
docker pull registry.chrz.de:443/move2docker:$UI_MODE-$(arch)
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker push registry.chrz.de:443/move2docker:cli-$(arch)
|
||||
docker push registry.chrz.de:443/move2docker:gui-$(arch)
|
||||
export UI_MODE=$1
|
||||
docker push registry.chrz.de:443/move2docker:$UI_MODE-$(arch)
|
Loading…
Reference in New Issue
Block a user