We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f7de8 commit 2665a71Copy full SHA for 2665a71
1 file changed
.github/workflows/docker.yml
@@ -60,8 +60,8 @@ jobs:
60
push: ${{ github.event_name != 'pull_request' }}
61
tags: ${{ steps.meta.outputs.tags }}
62
labels: ${{ steps.meta.outputs.labels }}
63
- cache-from: type=gha
64
- cache-to: type=gha,mode=max
+ # cache-from: type=gha
+ # cache-to: type=gha,mode=max
65
66
- run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
67
if: ${{ github.event_name != 'pull_request' }}
0 commit comments