Skip to content

Commit

Permalink
mk: Use docker driver on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jan 11, 2024
1 parent c7b2219 commit 11dda50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
uses: actions/checkout@v3
- name: Install podman
run: sudo apt install podman -y
- env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
- name: Start minikube
id: minikube
uses: medyagh/setup-minikube@latest
- name: kubectl
run: kubectl get pods -A -o wide
- name: Setup cluster
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: |
./run.sh
- name: kubectl
Expand Down

0 comments on commit 11dda50

Please sign in to comment.