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 a30bb2f commit d0f67c8Copy full SHA for d0f67c8
.github/workflows/release.yaml
@@ -51,7 +51,7 @@ jobs:
51
OCI_REGISTRY_URL: ${{ vars.OCI_REGISTRY_URL }}
52
OCI_NAMESPACE: ${{ vars.OCI_NAMESPACE }}
53
run: |
54
- ./scripts/release-charts-to-acr.sh
+ ./scripts/release/release-charts-to-acr.sh
55
56
release-charts-to-s3:
57
needs: [
@@ -79,4 +79,4 @@ jobs:
79
- name: Release charts to S3
80
shell: bash
81
82
- ./scripts/release-charts-to-s3.sh ${{ vars.AWS_RELEASE_BUCKET }}
+ ./scripts/release/release-charts-to-s3.sh ${{ vars.AWS_RELEASE_BUCKET }}
0 commit comments