Skip to content

Commit

Permalink
Add 0.6 to minikube start
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi committed Dec 16, 2024
1 parent e8d028d commit bd6c550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/global-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ jobs:
memory: 'max'
cpus: 'max'
- name: start minikube
uses: konveyor/tackle2-operator/.github/actions/start-minikube@release-0.3
if: "${{ startsWith(inputs.operator_tag, 'v0.3') }}"
uses: konveyor/tackle2-operator/.github/actions/start-minikube@release-0.6
if: "${{ startsWith(inputs.operator_tag, 'v0.6') }}"
with:
memory: 'max'
cpus: 'max'
Expand Down

0 comments on commit bd6c550

Please sign in to comment.