Skip to content

Commit

Permalink
fix username for helm push
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Feb 16, 2024
1 parent 9eb5de3 commit b63000f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Run chart-releaser
uses: bitdeps/[email protected]
with:
oci_registry: ghcr.io/username
oci_username: username
oci_registry: ghcr.io/samvera-labs
oci_samvera-labs: samvera-labs
oci_password: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: .

0 comments on commit b63000f

Please sign in to comment.