From 137d692c8a7b56e747ece479a355cfcdf3ad2534 Mon Sep 17 00:00:00 2001 From: James Reeve Date: Fri, 22 Sep 2023 15:50:09 -0400 Subject: [PATCH] test --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67184b7..283d859 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -207,7 +207,7 @@ jobs: # push: ${{ inputs.push }} push: false tags: ${{ steps.meta.outputs.tags }} - outputs: type=oci,dest=./image.oci + outputs: type=oci,dest=./image.oci,tar=false labels: ${{ steps.meta.outputs.labels }} cache-from: ${{ steps.should-cache.outputs.cache-from }} cache-to: ${{ steps.should-cache.outputs.cache-to }}