Skip to content
Snippets Groups Projects
Commit a31f9bef authored by Damyan Mitev's avatar Damyan Mitev :beach:
Browse files

Merge branch '5-implement-integrity-check-of-documents' of...

Merge branch '5-implement-integrity-check-of-documents' of ssh://git@code.vereign.com:10022/code/vcl.git into 5-implement-integrity-check-of-documents
parents 753f33d7 0b7734a2
No related branches found
No related tags found
1 merge request!685-implement-integrity-check-of-documents
......@@ -25,7 +25,11 @@ 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 .
- printenv
- 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.
Please register or to comment