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.
2 parents f717240 + f11ef35 commit 874be93Copy full SHA for 874be93
.github/workflows/release.yml
@@ -94,7 +94,8 @@ jobs:
94
org.opencontainers.image.revision=${{ github.sha }}
95
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
96
org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }}
97
- org.opencontainers.image.licenses=GPL-3.0 cache-from: type=gha
+ org.opencontainers.image.licenses=GPL-3.0
98
+ cache-from: type=gha
99
cache-to: type=gha,mode=max
100
101
- name: Run Trivy vulnerability scanner
0 commit comments