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 6a32e69 commit a79eef3Copy full SHA for a79eef3
1 file changed
.github/workflows/docker-k8s.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Image digest
65
run: echo ${{ steps.docker_build.outputs.digest }}
66
- name: Lint k8s
67
- run: (pwd; ls -la; cd Resources/k8s/kustomize && yamllint .)
+ run: (cd Resources/k8s/kustomize && yamllint .)
68
- name: Create k8s Kind Cluster
69
uses: helm/kind-action@v1.13.0
70
with:
0 commit comments