Disable Docker Build Cache
This commit is contained in:
parent
08f4fb8489
commit
24601a58cd
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ build-and-push-image:
|
|||
stage: build-and-push-image
|
||||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker build -t "$CI_REGISTRY_IMAGE:$IMAGE_TAG" .
|
||||
- docker build --no-cache -t "$CI_REGISTRY_IMAGE:$IMAGE_TAG" .
|
||||
- docker push "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
|
||||
|
||||
push-retagged-latest:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue