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 f9a114f commit 0a40b4bCopy full SHA for 0a40b4b
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
- uses: docker/setup-qemu-action@v1
27
if: matrix.os == 'ubuntu-latest'
28
- - uses: docker/setup-buildx-action@v1
+ - uses: docker/setup-buildx-action@v3
29
30
- name: ghcr-login
31
uses: docker/login-action@v1
@@ -79,7 +79,7 @@ jobs:
79
with:
80
81
82
83
- uses: sigstore/[email protected]
84
- uses: anchore/sbom-action/[email protected]
85
0 commit comments