Skip to content

Commit 7dbef16

Browse files
committed
ci: use ignore-error instead of ignore-errors for cache-to
BuildKit's docs say the correct option here is `ignore-error`. I guess BuildKit doesn't reject unknown arguments?!
1 parent 84e8090 commit 7dbef16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
type=registry,ref=ghcr.io/${{ env.REPO_NAME }}:${{ matrix.image }}-main
9999
type=registry,ref=ghcr.io/indygreg/python-build-standalone:${{ matrix.image }}-main
100100
cache-to: |
101-
type=registry,ref=ghcr.io/${{ env.REPO_NAME }}:${{ matrix.image }}-${{ env.GIT_REF_NAME }},ignore-errors=true
101+
type=registry,ref=ghcr.io/${{ env.REPO_NAME }}:${{ matrix.image }}-${{ env.GIT_REF_NAME }},ignore-error=true
102102
outputs: |
103103
type=docker,dest=build/image-${{ matrix.image }}.tar
104104

0 commit comments

Comments
 (0)