Skip to content

Commit

Permalink
fix: docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Oct 2, 2023
1 parent 6635094 commit 2c4f902
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Docker Login
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 2c4f902

Please sign in to comment.