diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4edaacd..c90c31c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,4 +45,6 @@ jobs: ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }} build-args: | GIT_VERSION=${{ steps.prepare.outputs.version }} - GIT_REPO=${{ steps.prepare.outputs.git_repo }} \ No newline at end of file + GIT_REPO=${{ steps.prepare.outputs.git_repo }} + cache-from: type=gha + cache-to: type=gha,mode=max \ No newline at end of file