diff --git a/.github/workflows/workflow-ci-dockerized-app-build.yml b/.github/workflows/workflow-ci-dockerized-app-build.yml index f59aefe..bdf8f80 100644 --- a/.github/workflows/workflow-ci-dockerized-app-build.yml +++ b/.github/workflows/workflow-ci-dockerized-app-build.yml @@ -85,6 +85,8 @@ jobs: organization: ${{ inputs.organization }} repository: ${{ inputs.repository }} registry: ${{ secrets.registry }} + cache-from: "type=registry,ref=${{ secrets.registry }}/${{ inputs.organization }}/${{ inputs.repository }}:cache" + cache-to: "mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=${{ secrets.registry }}/${{ inputs.organization }}/${{ inputs.repository }}:cache" - uses: cloudposse/github-action-secret-outputs@0.1.1 id: image