Skip to content

Commit

Permalink
build: fix docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
mxab committed Mar 15, 2023
1 parent 36c6e78 commit cbe31df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

-
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit cbe31df

Please sign in to comment.