Skip to content

Commit

Permalink
chore: add run pods
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Apr 6, 2024
1 parent 2cb0ac0 commit d93b881
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Kubernetes KinD Cluster
uses: container-tools/kind-action@v1

#- name: ''
- name: 'Check kubectl'
run: 'kubectl get pods -A'

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
Expand All @@ -30,3 +31,4 @@ jobs:
file: ./build/full/Dockerfile
push: true
tags: localhost:5000/canary-checker:latest
cache-from: type=registry,ref=docker.io/flanksource/canary-checker

0 comments on commit d93b881

Please sign in to comment.