4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/bash
|
|
|
|
export UI_MODE=$1
|
|
docker push registry.chrz.de:443/move2docker:$UI_MODE-$(arch) |