fixup CI config
This commit is contained in:
parent
0ee5ba6292
commit
22d4317400
1 changed files with 0 additions and 1 deletions
|
@ -25,6 +25,5 @@ build_image:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH'
|
- if: '$CI_DEFAULT_BRANCH == $CI_COMMIT_BRANCH'
|
||||||
script:
|
script:
|
||||||
- go build
|
|
||||||
- docker build -t $IMAGE_NAME:$CI_COMMIT_BRANCH .
|
- docker build -t $IMAGE_NAME:$CI_COMMIT_BRANCH .
|
||||||
- docker push $IMAGE_NAME:$CI_COMMIT_BRANCH
|
- docker push $IMAGE_NAME:$CI_COMMIT_BRANCH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue