Skip to content

Commit 240a557

Browse files
committed
Fix tag
Try chart_dir as parent
1 parent 31e8ac6 commit 240a557

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
release:
14-
runs-on: org
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
@@ -27,8 +27,9 @@ jobs:
2727
- name: Run chart-releaser
2828
uses: bitdeps/[email protected]
2929
with:
30-
charts_dir: .
30+
charts_dir: ..
3131
oci_registry: ghcr.io/comet-ml
32+
tag_name_pattern: ''
3233
oci_username: github-actions
3334
oci_password: ${{ secrets.GITHUB_TOKEN }}
3435
github_token: ${{ secrets.GITHUB_TOKEN }}

templates/NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050

5151
# Upload a file
5252
aws --endpoint-url http://<SERVICE_URL> s3 cp /path/to/file s3://test-bucket/
53+
54+
# You can also use other AWS S3 API compatible clients like MinIO's mc
5355
{{- end }}
5456

5557
4. Monitoring:

0 commit comments

Comments
 (0)