Skip to content
Snippets Groups Projects
Commit 78202ea7 authored by Simon Künzel's avatar Simon Künzel
Browse files

fixup! Add package caching for CI

parent 9136cb48
No related branches found
No related tags found
No related merge requests found
Pipeline #7342 failed
Pipeline: backend

#7343

    ...@@ -178,8 +178,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\ ...@@ -178,8 +178,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\
    f"--destination=$CI_REGISTRY_IMAGE/{self.image_full_name()}:{self.context.commit_sha}", f"--destination=$CI_REGISTRY_IMAGE/{self.image_full_name()}:{self.context.commit_sha}",
    f"--build-arg=GIT_COMMIT_SHA={self.context.commit_sha}", f"--build-arg=GIT_COMMIT_SHA={self.context.commit_sha}",
    f"--cache=true", f"--cache=true",
    f"--cache-run-layers=true", f"--cache-repo=$CI_REGISTRY_IMAGE/{self.context.env_type()}_cache",
    f"--cache-copy-layers=true",
    ] ]
    if self.context.commit_tag is not None: if self.context.commit_tag is not None:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment