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 535d06a commit 780c207Copy full SHA for 780c207
1 file changed
.github/workflows/container-release.yml
@@ -530,6 +530,13 @@ jobs:
530
packages: write
531
532
steps:
533
+ - name: Sign in to GitHub Container Registry
534
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
535
+ with:
536
+ registry: ghcr.io
537
+ username: ${{ github.actor }}
538
+ password: ${{ secrets.GITHUB_TOKEN }}
539
+
540
- name: Sign verified multiarchitecture candidate provenance
541
uses: actions/attest-build-provenance@96b4a1ef7235a096b17240c259729fdd70c83d45 # v2
542
with:
0 commit comments