Skip to content
Snippets Groups Projects
Commit 768f0cc8 authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

docker build cache disabled

parent 6a0c5810
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ppc64le: ...@@ -25,7 +25,7 @@ ppc64le:
tags: tags:
- ppc64le - ppc64le
script: script:
- docker build --build-arg GITLAB_LOGIN=gitlab-ci-token --build-arg GITLAB_PASSWORD=$CI_JOB_TOKEN --pull -t $IMAGE -f Dockerfile . - docker build --no-cache --build-arg GITLAB_LOGIN=gitlab-ci-token --build-arg GITLAB_PASSWORD=$CI_JOB_TOKEN --pull -t $IMAGE -f Dockerfile .
- docker push $IMAGE - docker push $IMAGE
amd64: amd64:
...@@ -35,7 +35,7 @@ amd64: ...@@ -35,7 +35,7 @@ amd64:
tags: tags:
- amd64 - amd64
script: script:
- docker build --build-arg GITLAB_LOGIN=gitlab-ci-token --build-arg GITLAB_PASSWORD=$CI_JOB_TOKEN --pull -t $IMAGE -f Dockerfile . - docker build --no-cache --build-arg GITLAB_LOGIN=gitlab-ci-token --build-arg GITLAB_PASSWORD=$CI_JOB_TOKEN --pull -t $IMAGE -f Dockerfile .
- docker push $IMAGE - docker push $IMAGE
manifest: manifest:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment