chore: Switch to dind-rootless runner
This commit is contained in:
parent
7f68acc95e
commit
7febe35286
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user