Skip to content

Commit

Permalink
try oci_name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Feb 16, 2024
1 parent 7828c99 commit f9a2aab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: bitdeps/helm-oci-charts-releaser@v0.1.0
uses: samvera-labs/helm-oci-charts-releaser@main
with:
oci_registry: ghcr.io/samvera-labs
oci_username: samvera-labs
oci_password: ${{ secrets.GITHUB_TOKEN }}
oci_name: charts/fcrepo
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_name_pattern: charts/{chartName}
tag_name_pattern: {chartName}-chart

0 comments on commit f9a2aab

Please sign in to comment.