We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42951b9 commit 63d3fa8Copy full SHA for 63d3fa8
1 file changed
.github/workflows/pipeline.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Load Image into Kubernetes
37
run: |
38
docker tag trading-engine:${{ github.sha }} trading-engine:latest
39
- kind load docker-image trading-engine:latest
+ kind load docker-image trading-engine:latest --name chart-testing
40
41
- name: Deploy to Kubernetes
42
0 commit comments