Skip to content
Snippets Groups Projects

5-implement-integrity-check-of-documents

Merged Damyan Mitev requested to merge 5-implement-integrity-check-of-documents into master
Files
2
+ 4
1
@@ -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:
Loading