-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Workflows: Add OCI Release Signed-off-by: Aaron Layfield <[email protected]> * Temp publish on PR. Signed-off-by: Aaron Layfield <[email protected]> * 4.29.4 (TMP but Valid Tag) Signed-off-by: Aaron Layfield <[email protected]> * Publish to GHCR Signed-off-by: Aaron Layfield <[email protected]> * Retry push Signed-off-by: Aaron Layfield <[email protected]> * Ready for release. Signed-off-by: Aaron Layfield <[email protected]> --------- Signed-off-by: Aaron Layfield <[email protected]>
- Loading branch information
1 parent
3d04195
commit 1b1efd8
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
name: Publish Charts to /docs | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
|
||
jobs: | ||
release: | ||
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions | ||
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token | ||
permissions: | ||
contents: write | ||
packages: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
|
@@ -33,3 +34,11 @@ jobs: | |
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.CR_TOKEN }}" | ||
|
||
- name: Run chart-releaser (OCI) | ||
uses: bitdeps/[email protected] | ||
with: | ||
oci_registry: ghcr.io/dandydeveloper/charts | ||
oci_username: ${{ secrets.USERNAME }} | ||
oci_password: ${{ secrets.CR_TOKEN }} | ||
github_token: ${{ secrets.CR_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters