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 d2ef67c commit 030f337Copy full SHA for 030f337
.github/workflows/docker.yml
@@ -126,6 +126,14 @@ jobs:
126
env:
127
COSIGN_PUBLIC_KEY: ${{ secrets.COSIGN_PUBLIC_KEY }}
128
129
+ - uses: anchore/sbom-action@v0
130
+ with:
131
+ image: dragonflyoss/${{ matrix.module }}:${{ steps.get_version.outputs.VERSION }}
132
+
133
134
135
+ image: ghcr.io/${{ env.IMAGE_REPOSITORY }}/${{ matrix.module }}:${{ steps.get_version.outputs.VERSION }}
136
137
- name: Move cache
138
run: |
139
rm -rf /tmp/.buildx-cache
0 commit comments