Update .gitlab-ci.yml file
This commit is contained in:
parent
4849bafce3
commit
bdcd2ba741
1 changed files with 0 additions and 5 deletions
|
@ -26,11 +26,6 @@ docker-build:
|
|||
fi
|
||||
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
|
||||
- docker push "$CI_REGISTRY_IMAGE${tag}"
|
||||
# Run this job in a branch where a Dockerfile exists
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
exists:
|
||||
- Dockerfile
|
||||
only:
|
||||
- master
|
||||
- dev
|
||||
|
|
Loading…
Reference in a new issue