Skip to content

Commit f8268e8

Browse files
committed
Fix tag
1 parent 31e8ac6 commit f8268e8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
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)