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 9a3b1d7 commit d0c1da7Copy full SHA for d0c1da7
.github/workflows/docker-publish.yml
@@ -79,8 +79,7 @@ jobs:
79
push: ${{ github.event_name != 'pull_request' }}
80
tags: ${{ steps.meta.outputs.tags }}
81
labels: ${{ steps.meta.outputs.labels }}
82
- cache-from: type=gha
83
- cache-to: type=gha,mode=max
+ no-cache: true
84
85
# Sign the resulting Docker image digest except on PRs.
86
# This will only write to the public Rekor transparency log when the Docker
0 commit comments