chore: Switch to dind-rootless runner
This commit is contained in:
parent
7f68acc95e
commit
7febe35286
@ -59,7 +59,7 @@ jobs:
|
|||||||
# volumes:
|
# volumes:
|
||||||
# - /data:/data
|
# - /data:/data
|
||||||
# - /output:/output
|
# - /output:/output
|
||||||
runs-on: dind
|
runs-on: dind-rootless
|
||||||
# needs: [semrel_dryrun, linting]
|
# needs: [semrel_dryrun, linting]
|
||||||
needs: semrel_dryrun
|
needs: semrel_dryrun
|
||||||
steps:
|
steps:
|
||||||
@ -85,7 +85,8 @@ jobs:
|
|||||||
make build-node-ova-vsphere-ubuntu-2204
|
make build-node-ova-vsphere-ubuntu-2204
|
||||||
# env:
|
# env:
|
||||||
# PACKER_LOG: 1
|
# PACKER_LOG: 1
|
||||||
|
- name: Docker cleanup
|
||||||
|
run: docker rm $(docker ps -l --format '{{.ID}}')
|
||||||
|
|
||||||
# semrel:
|
# semrel:
|
||||||
# name: Semantic Release
|
# name: Semantic Release
|
||||||
|
Loading…
Reference in New Issue
Block a user