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