Skip to content

Commit f11ef35

Browse files
Update .github/workflows/release.yml
Co-authored-by: Copilot <[email protected]>
1 parent b1901d0 commit f11ef35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
org.opencontainers.image.revision=${{ github.sha }}
9494
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
9595
org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }}
96-
org.opencontainers.image.licenses=GPL-3.0 cache-from: type=gha
96+
org.opencontainers.image.licenses=GPL-3.0
97+
cache-from: type=gha
9798
cache-to: type=gha,mode=max
9899

99100
- name: Run Trivy vulnerability scanner

0 commit comments

Comments
 (0)