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 cb99e99 commit dbc48daCopy full SHA for dbc48da
.github/workflows/docker.yaml
@@ -44,7 +44,7 @@ jobs:
44
- uses: azure/setup-helm@v1
45
- name: "Helm"
46
run: |
47
- helm package --version "${{ steps.bump_helm_version.outputs.next-version }}"" 3-continuous-deployment/helm/producer
+ helm package --version "${{ steps.bump_helm_version.outputs.next-version }}" 3-continuous-deployment/helm/producer
48
curl \
49
-X POST \
50
-H "Accept: application/vnd.github.v3+json" \
.gitignore
@@ -4,4 +4,5 @@ output.json
4
lambda.zip
5
.env
6
./lambda/main
7
-kubeconfig_*
+kubeconfig_*
8
+.DS_Store
0 commit comments