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 240a557Copy full SHA for 240a557
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
release:
14
- runs-on: org
+ runs-on: ubuntu-latest
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v4
@@ -27,8 +27,9 @@ jobs:
27
- name: Run chart-releaser
28
uses: bitdeps/[email protected]
29
with:
30
- charts_dir: .
+ 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