diff --git a/.github/workflows/build-app-image.yml b/.github/workflows/build-app-image.yml index 5458887..494a0a8 100644 --- a/.github/workflows/build-app-image.yml +++ b/.github/workflows/build-app-image.yml @@ -52,5 +52,3 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64 - cache-from: type=gha,scope=${{ github.workflow }} - cache-to: type=gha,mode=max,scope=${{ github.workflow }} \ No newline at end of file