Skip to content

Commit

Permalink
Merge pull request #1286 from DelusionalOptimist/correct-tag
Browse files Browse the repository at this point in the history
fix(CI): use tagged image upon tag creation trigger in latest release workflow
  • Loading branch information
daemon1024 authored Jun 27, 2023
2 parents bf805c1 + 576bb6b commit 89073ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ jobs:
run: |
helm upgrade --install kubearmor ./deployments/helm \
--values ./KubeArmor/build/kubearmor-helm-test-values.yaml \
--set kubearmor.image.tag=${{ steps.vars.outputs.tag }} \
--set kubearmorInit.image.tag=${{ steps.vars.outputs.tag }} \
-n kube-system;
kubectl wait --for=condition=ready --timeout=5m -n kube-system pod -l kubearmor-app
kubectl get pods -A
- name: Test KubeArmor using Ginkgo
run: |
Expand Down

0 comments on commit 89073ad

Please sign in to comment.