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.
1 parent b27b268 commit 49837f3Copy full SHA for 49837f3
.github/workflows/release.yml
@@ -173,7 +173,7 @@ jobs:
173
annotation-index.io.artifacthub.package.alternative-locations=docker.io/library/yourls,
174
annotation-index.io.artifacthub.package.logo-url=https://yourls.org/images/yourls-logo.svg
175
tags: ${{ steps.meta.outputs.tags }}
176
- cache-from: type=gha,scope=${{ matrix.variant }},ignore-error=true
+ # cache-from: type=gha,scope=${{ matrix.variant }},ignore-error=true
177
# cache-to: type=gha,scope=${{ matrix.variant }},mode=max
178
push: true
179
0 commit comments