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

Update .gitlab-ci.yml

parent 4819691f
No related branches found
No related tags found
1 merge request!31Multistage and multiarch support
...@@ -7,7 +7,7 @@ stages: ...@@ -7,7 +7,7 @@ stages:
- manifest - manifest
- deploy - deploy
before_script: before_script:
- mkdir ~/.docker - "[ -d ~/.docker] || mkdir ~/.docker"
- "echo '{ \"experimental\": \"enabled\" }' > ~/.docker/config.json" - "echo '{ \"experimental\": \"enabled\" }' > ~/.docker/config.json"
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
ppc64le: ppc64le:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment