Skip to content
Snippets Groups Projects
Commit 21228fa7 authored by Alexander Kulikov's avatar Alexander Kulikov
Browse files

Update .gitlab-ci.yml

parent 331a5e6e
No related branches found
No related tags found
1 merge request!685-implement-integrity-check-of-documents
......@@ -25,7 +25,10 @@ ppc64le:
tags:
- ppc64le
script:
- docker build --build-arg GITLAB_LOGIN=gitlab-ci-token --build-arg GITLAB_PASSWORD=$CI_JOB_TOKEN --pull -t $IMAGE -f Dockerfile .
- docker pull registry.vereign.com/docker/vcl-build-base:buster
- docker pull registry.vereign.com/docker/go-runtime:master
# - docker build --build-arg GITLAB_LOGIN=gitlab-ci-token --build-arg GITLAB_PASSWORD=$CI_JOB_TOKEN --pull -t $IMAGE -f Dockerfile .
- docker build --build-arg GITLAB_LOGIN=gitlab-ci-token --build-arg GITLAB_PASSWORD=$CI_JOB_TOKEN -t $IMAGE -f Dockerfile .
- docker push $IMAGE
amd64:
......
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