Skip to content

Commit 2dd0f63

Browse files
authored
add oci chart release for robusta (#1954)
* add oci chart release for robusta * add oci chart release for robusta
1 parent 975bde4 commit 2dd0f63

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,15 @@ jobs:
123123
- name: Upload helm chart
124124
run: |
125125
cd helm && ./upload_chart.sh
126+
127+
- name: Login to GitHub Container Registry
128+
uses: docker/login-action@v3
129+
with:
130+
registry: ghcr.io
131+
username: ${{ github.actor }}
132+
password: ${{ secrets.GITHUB_TOKEN }}
133+
134+
- name: Push Helm chart to OCI registry
135+
run: |
136+
helm package helm/robusta
137+
helm push robusta-${{env.RELEASE_VER}}.tgz oci://ghcr.io/${{ github.repository_owner }}/charts

0 commit comments

Comments
 (0)