We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignore-error
ignore-errors
1 parent 84e8090 commit 7dbef16Copy full SHA for 7dbef16
.github/workflows/linux.yml
@@ -98,7 +98,7 @@ jobs:
98
type=registry,ref=ghcr.io/${{ env.REPO_NAME }}:${{ matrix.image }}-main
99
type=registry,ref=ghcr.io/indygreg/python-build-standalone:${{ matrix.image }}-main
100
cache-to: |
101
- 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
102
outputs: |
103
type=docker,dest=build/image-${{ matrix.image }}.tar
104
0 commit comments