diff --git a/.github/actions/dockerize/action.yml b/.github/actions/dockerize/action.yml index 8726fc1..0ea6272 100644 --- a/.github/actions/dockerize/action.yml +++ b/.github/actions/dockerize/action.yml @@ -50,3 +50,7 @@ runs: tags: ${{ inputs.artifact_registry }}/${{ inputs.project_id }}/docker-registry/${{ inputs.service_name }}:${{ github.sha }} cache-from: type=registry,ref=${{ inputs.artifact_registry }}/${{ inputs.project_id }}/docker-registry/${{ inputs.service_name }}/app:buildcache cache-to: type=registry,ref=${{ inputs.artifact_registry }}/${{ inputs.project_id }}/docker-registry/${{ inputs.service_name }}/app:buildcache,mode=max + build-args: BUILDKIT_INLINE_CACHE=1 + load: false + no-cache: false + progress: plain