Skip to content

Commit

Permalink
Add GHCR login
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyLV committed May 22, 2024
1 parent acc12ce commit b732560
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 @@ -14,6 +14,12 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Login to Github Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit b732560

Please sign in to comment.