diff --git a/.github/workflows/auto-version.yml b/.github/workflows/auto-version.yml index 2fe2b93..eb36798 100644 --- a/.github/workflows/auto-version.yml +++ b/.github/workflows/auto-version.yml @@ -104,4 +104,4 @@ jobs: org.opencontainers.image.version=${{ steps.bump.outputs.version }} org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }} cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: type=gha,mode=max,ignore-error=true