diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93ccca6c9a..ea39b5f4c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,5 +44,6 @@ jobs: targets: login-pnpm,login-dev-base,login-lint provenance: false load: true + pull: true - run: ls -la if: always() diff --git a/docker-bake.hcl b/docker-bake.hcl index 6fd4312ef5..95727ef035 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -16,7 +16,6 @@ target "login-pnpm" { { "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}" } ] cache-to = [ - { "type": "inline" }, { "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}", "mode": "max" } ] } @@ -32,7 +31,6 @@ target "login-dev-base" { {"type": "registry", "ref": "${IMAGE_REGISTRY}/login-dev-base-buildcache:${BUILD_CACHE_KEY}"} ] cache-to = [ - { "type": "inline" }, { "type": "registry", "ref": "${IMAGE_REGISTRY}/login-dev-base-buildcache:${BUILD_CACHE_KEY}", "mode": "max" } ] } @@ -48,7 +46,6 @@ target "login-lint" { {"type": "registry", "ref": "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}"} ] cache-to = [ - { "type": "inline"}, { "type": "registry", "ref": "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}", "mode": "max" } ] }