We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e8ac6 commit f8268e8Copy full SHA for f8268e8
.github/workflows/release.yaml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
charts_dir: .
31
oci_registry: ghcr.io/comet-ml
32
+ tag_name_pattern: ''
33
oci_username: github-actions
34
oci_password: ${{ secrets.GITHUB_TOKEN }}
35
github_token: ${{ secrets.GITHUB_TOKEN }}
templates/NOTES.txt
@@ -50,6 +50,8 @@
50
51
# Upload a file
52
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
55
{{- end }}
56
57
4. Monitoring:
0 commit comments