Skip to content
Snippets Groups Projects

Multistage and multiarch support

Closed Alexander Kulikov requested to merge multistage into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -7,7 +7,7 @@ stages:
- manifest
- deploy
before_script:
- mkdir ~/.docker
- "[ -d ~/.docker] || mkdir ~/.docker"
- "echo '{ \"experimental\": \"enabled\" }' > ~/.docker/config.json"
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
ppc64le:
Loading