Skip to content

Commit

Permalink
release: login to ghcr first
Browse files Browse the repository at this point in the history
  • Loading branch information
thorfour committed Sep 1, 2021
1 parent 4baf1a4 commit 57fa951
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 @@ -25,6 +25,13 @@ jobs:
- name: Build UI
run: make ui

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

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 57fa951

Please sign in to comment.