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

fixup! Add package caching for CI

parent 485583d7
Branches
No related tags found
No related merge requests found
Pipeline #7330 failed
Pipeline: backend

#7331

    ......@@ -172,7 +172,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\
    def _generate_ci_build_job(self):
    kaniko_args = [
    f"--context=git://git.fsmpi.rwth-aachen.de/videoag/backend.git#{self.context.commit_sha}",
    f"--dockerfile={str(self.output_dockerfile_path().relative_to(self.context.build_dir))}"
    f"--dockerfile={str(self.output_dockerfile_path().relative_to(self.context.build_dir))}",
    f"--git recurse-submodules=true",
    f"--destination=$CI_REGISTRY_IMAGE/{self.image_full_name()}#{self.context.commit_sha}",
    f"--build-arg=GIT_COMMIT_SHA={self.context.commit_sha}",
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment