Skip to content

Commit

Permalink
Logging into GHCR in releaser action (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
diligentis authored Sep 14, 2022
1 parent 2eb6feb commit 1361184
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
Expand Down

0 comments on commit 1361184

Please sign in to comment.