Disabled cache in ci
This commit is contained in:
parent
56c59ba4f4
commit
d75a2124dd
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ ncc-docker-build:
|
|||
tag=":$CI_COMMIT_REF_SLUG"
|
||||
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
|
||||
fi
|
||||
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
|
||||
- docker build --no-cache --pull -t "$CI_REGISTRY_IMAGE${tag}" .
|
||||
- docker push "$CI_REGISTRY_IMAGE${tag}"
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_BRANCH == 'dev'
|
||||
|
|
Loading…
Add table
Reference in a new issue