Skip to content

Commit

Permalink
fix: login at ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Oct 6, 2022
1 parent 8595b49 commit f71397e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- uses: actions/setup-go@v2.1.3
with:
go-version: '1.18'
- name: Docker Login
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Cosign
uses: sigstore/cosign-installer@main
- uses: anchore/sbom-action/download-syft@v0
Expand Down

0 comments on commit f71397e

Please sign in to comment.