diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 33877c65..d8710952 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -98,7 +98,7 @@ jobs: type=registry,ref=ghcr.io/${{ env.REPO_NAME }}:${{ matrix.image }}-main type=registry,ref=ghcr.io/indygreg/python-build-standalone:${{ matrix.image }}-main cache-to: | - type=registry,ref=ghcr.io/${{ env.REPO_NAME }}:${{ matrix.image }}-${{ env.GIT_REF_NAME }},ignore-errors=true + type=registry,ref=ghcr.io/${{ env.REPO_NAME }}:${{ matrix.image }}-${{ env.GIT_REF_NAME }},ignore-error=true outputs: | type=docker,dest=build/image-${{ matrix.image }}.tar