This commit is contained in:
Christoph Honal 2020-02-12 18:21:18 +01:00
parent 210019e2f9
commit aacc992e53
2 changed files with 6 additions and 2 deletions

4
scripts/pull.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
export UI_MODE=$1
docker pull registry.chrz.de:443/move2docker:$UI_MODE-$(arch)

View File

@ -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)