Updated .gitlab-ci.yml
This commit is contained in:
parent
78be09cd20
commit
0ebcf3be36
1 changed files with 1 additions and 1 deletions
|
@ -67,6 +67,6 @@ ncc-docker-build:
|
||||||
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
|
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
|
||||||
- docker push "$CI_REGISTRY_IMAGE${tag}"
|
- docker push "$CI_REGISTRY_IMAGE${tag}"
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH == 'master'
|
||||||
exists:
|
exists:
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
|
|
Loading…
Add table
Reference in a new issue