Move build/publish scripts to their own shell scripts

This commit is contained in:
flow.gunso
2019-03-15 11:14:41 +01:00
parent 979bc35fe2
commit c3907a672d
2 changed files with 33 additions and 0 deletions

5
utils/publish/staging.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Just build and push as staging.
docker build -t $CI_REGISTRY_IMAGE:staging .
docker push $CI_REGISTRY_IMAGE:staging