Skip to content

Commit

Permalink
ci: Log in to ghcr on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jun 15, 2023
1 parent 85b1592 commit e60fc9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

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

- name: Release
run: make release
env:
Expand Down

0 comments on commit e60fc9b

Please sign in to comment.