diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5aab4e00146078ed79e10ab3f3090ab0dfd98cc..801c5c862d4daf38abb91b77756ce410a613b2dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: