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
|
#!/bin/bash
|
||||||
|
|
||||||
docker push registry.chrz.de:443/move2docker:cli-$(arch)
|
export UI_MODE=$1
|
||||||
docker push registry.chrz.de:443/move2docker:gui-$(arch)
|
docker push registry.chrz.de:443/move2docker:$UI_MODE-$(arch)
|
Loading…
Reference in New Issue
Block a user