File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 release :
14- runs-on : org
14+ runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
1717 uses : actions/checkout@v4
2727 - name : Run chart-releaser
2828 uses : bitdeps/helm-oci-charts-releaser@v0.1.3
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 }}
Original file line number Diff line number Diff line change 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
55574. Monitoring:
You can’t perform that action at this time.
0 commit comments