Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from samkim/gh-login-action
Browse files Browse the repository at this point in the history
Add docker login action for ghcr
  • Loading branch information
samkim authored Nov 10, 2021
2 parents 1c23c02 + 8bd4a2a commit 96885b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
registry: "quay.io"
username: "${{ secrets.QUAYIO_USER }}"
password: "${{ secrets.QUAYIO_PASSWORD }}"
- uses: "docker/login-action@v1"
with:
registry: "ghcr.io"
username: "${{ github.actor }}"
password: "${{ secrets.GITHUB_TOKEN }}"
- uses: "actions/setup-go@v2"
with:
go-version: "^1.17"
Expand Down

0 comments on commit 96885b8

Please sign in to comment.