ci: kata-deploy: Fix runner name

It should be garm-ubuntu-2004-smaller instead of garm-ubuntu-2004-small.

Fixes: #7890

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-09-19 22:34:37 +02:00
parent 5560e72024
commit 3a2c83d69b

View File

@ -34,7 +34,7 @@ jobs:
- k0s
- k3s
- rke2
runs-on: garm-ubuntu-2004-small
runs-on: garm-ubuntu-2004-smaller
env:
DOCKER_REGISTRY: ${{ inputs.registry }}
DOCKER_REPO: ${{ inputs.repo }}