1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
#! /usr/bin/env bash |
||||
|
|
||||
|
# This will be run by CI |
||||
|
|
||||
|
cd app |
||||
|
docker build -t registry.gitlab.com/weskerfoot/kettleblog:$1 . |
||||
|
docker push registry.gitlab.com/weskerfoot/kettleblog:$1 |
Loading…
Reference in new issue