Skip to content

Commit

Permalink
fix: make release pipeline login to ghcr before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut committed May 27, 2023
1 parent 5e16008 commit bf7599b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install Go
if: success()
uses: actions/setup-go@v4
Expand Down

0 comments on commit bf7599b

Please sign in to comment.