Skip to content

Commit

Permalink
Merge pull request #7 from sgibson91/auth-ghcr
Browse files Browse the repository at this point in the history
Authenticate against GHCR in CI
  • Loading branch information
sgibson91 authored Sep 12, 2024
2 parents d709bdb + 3ef1917 commit 808320a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
run: |
helm package gcpFilestoreBackups
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push the helm chart
if: github.event_name != 'pull_request'
run: |
Expand Down

0 comments on commit 808320a

Please sign in to comment.