Move build/publish scripts to their own shell scripts
This commit is contained in:
5
utils/publish/staging.sh
Executable file
5
utils/publish/staging.sh
Executable 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
|
||||
Reference in New Issue
Block a user