Thanks to visit codestin.com Credit goes to github.com
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 dd27a28 commit 97b397eCopy full SHA for 97b397e
.github/workflows/release.yaml
@@ -693,6 +693,8 @@ jobs:
693
gsutil -h "Cache-Control:no-cache,max-age=0" cp build/helm/provisioner_helm_${version}.tgz gs://helm.coder.com/v2
694
gsutil -h "Cache-Control:no-cache,max-age=0" cp build/helm/index.yaml gs://helm.coder.com/v2
695
gsutil -h "Cache-Control:no-cache,max-age=0" cp helm/artifacthub-repo.yml gs://helm.coder.com/v2
696
+ helm push build/coder_helm_${version}.tgz oci://ghcr.io/coder/chart
697
+ helm push build/provisioner_helm_${version}.tgz oci://ghcr.io/coder/chart
698
699
- name: Upload artifacts to actions (if dry-run)
700
if: ${{ inputs.dry_run }}
0 commit comments