chore: Inherit dind volumes
This commit is contained in:
parent
ca01cc7d4c
commit
7f68acc95e
@ -71,6 +71,7 @@ jobs:
|
||||
registry: registry.k8s.io
|
||||
image: scl-image-builder/cluster-node-image-builder-amd64:v0.1.29
|
||||
# options: --user root
|
||||
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
||||
run: |
|
||||
make deps-ova
|
||||
- name: Build node template
|
||||
@ -79,6 +80,7 @@ jobs:
|
||||
registry: registry.k8s.io
|
||||
image: scl-image-builder/cluster-node-image-builder-amd64:v0.1.29
|
||||
# options: --user root
|
||||
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
||||
run: |
|
||||
make build-node-ova-vsphere-ubuntu-2204
|
||||
# env:
|
||||
|
Loading…
Reference in New Issue
Block a user