Skip to content

Commit

Permalink
push more better
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Dec 7, 2023
1 parent 0c03907 commit c2b174d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
go-version-file: 'go.mod'
- uses: sigstore/cosign-installer@v3.2.0
- run: |
docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
go run . ghcr.io/${{github.repository}}
docker login ghcr.io -u ${{github.actor}} -p ${{secrets.GITHUB_TOKEN}}
go run . ghcr.io/${{github.repository}}/maxcve

0 comments on commit c2b174d

Please sign in to comment.