diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 08bb869..2c808d9 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -172,7 +172,7 @@ jobs: APP_NAME=${{ github.event.deployment.payload.name }} ENVIRONMENT=${{ github.event.deployment.payload.env }} NPM_GITHUB_TOKEN=${{ secrets.npmGithubReadToken }} - cache-from: type=registry,ref=${{ inputs.registryHostname }}/${{ github.event.deployment.payload.name }} + cache-from: type=registry,ref=${{ inputs.registryHostname }}/${{ github.event.deployment.payload.name }}:cache cache-to: type=inline context: ${{ github.event.deployment.payload.container.context }} load: true @@ -313,7 +313,7 @@ jobs: APP_NAME=${{ github.event.deployment.payload.name }} ENVIRONMENT=${{ github.event.deployment.payload.env }} NPM_GITHUB_TOKEN=${{ secrets.npmGithubReadToken }} - cache-from: type=registry,ref=${{ inputs.registryHostname }}/${{ github.event.deployment.payload.name }} + cache-from: type=registry,ref=${{ inputs.registryHostname }}/${{ github.event.deployment.payload.name }}:cache cache-to: type=inline context: ${{ github.event.deployment.payload.container.context }} load: true