Skip to content

Commit

Permalink
added login for ghcr before push
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhatter committed Oct 26, 2023
1 parent a4c3467 commit d49885a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Log in to ghcr.io
uses: redhat-actions/podman-login@v1
with:
registry: ghcr.io/${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ github.token }}

- name: Setup Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit d49885a

Please sign in to comment.