Skip to content

Commit 63d3fa8

Browse files
kuberntes fixed
1 parent 42951b9 commit 63d3fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Load Image into Kubernetes
3737
run: |
3838
docker tag trading-engine:${{ github.sha }} trading-engine:latest
39-
kind load docker-image trading-engine:latest
39+
kind load docker-image trading-engine:latest --name chart-testing
4040
4141
- name: Deploy to Kubernetes
4242
run: |

0 commit comments

Comments
 (0)