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 415963c commit baca682Copy full SHA for baca682
.github/workflows/publish_container.yaml
@@ -56,8 +56,8 @@ jobs:
56
tags: ${{ steps.meta.outputs.tags }}
57
labels: ${{ steps.meta.outputs.labels }}
58
annotations: ${{ steps.meta.outputs.annotations }}
59
- cache-from: type=gha
60
- cache-to: type=gha,mode=max
+ # cache-from: type=gha
+ # cache-to: type=gha,mode=max
61
- name: Generate SBOM for the dev Docker image
62
uses: anchore/sbom-action@v0
63
with:
0 commit comments