chore: Switch to dind-rootless runner
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 44s
Container & Helm chart / Cluster API node template (push) Failing after 5s

This commit is contained in:
Danny Bessems 2024-06-08 21:42:26 +10:00
parent 7f68acc95e
commit 7febe35286

View File

@ -59,7 +59,7 @@ jobs:
# volumes:
# - /data:/data
# - /output:/output
runs-on: dind
runs-on: dind-rootless
# needs: [semrel_dryrun, linting]
needs: semrel_dryrun
steps:
@ -85,7 +85,8 @@ jobs:
make build-node-ova-vsphere-ubuntu-2204
# env:
# PACKER_LOG: 1
- name: Docker cleanup
run: docker rm $(docker ps -l --format '{{.ID}}')
# semrel:
# name: Semantic Release