Skip to content
  • Kevin Daudt's avatar
    gitlab-ci: use artifacts to distribute docker images · 7bcf2e92
    Kevin Daudt authored
    CI jobs can be built on different hosts, so we cannot rely on the
    current docker instance having the image that just was built.
    
    Use artifacts combined with docker save / docker load to distribute the
    built images to the current runner host.
    7bcf2e92
Validating GitLab CI configuration… Learn more