Update image
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-02-23 21:35:28 +01:00
parent 3b8e90b267
commit 3c1b3c0128

View File

@@ -12,7 +12,7 @@ volumes:
steps: steps:
- name: Build CAPV image(s) - name: Build CAPV image(s)
image: k8s.gcr.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.11 image: k8s.gcr.io/scl-image-builder/cluster-node-image-builder-amd64:latest
pull: always pull: always
commands: commands:
- | - |
@@ -20,7 +20,7 @@ steps:
mv /tmp/vsphere.json vsphere.json mv /tmp/vsphere.json vsphere.json
- | - |
make -C /home/imagebuilder help make -C /home/imagebuilder help
# make -C /home/imagebuilder build-node-ova-vsphere-ubuntu-2204 make -C /home/imagebuilder build-node-ova-vsphere-ubuntu-2204
environment: environment:
VSPHERE_PASSWORD: VSPHERE_PASSWORD:
from_secret: vsphere_password from_secret: vsphere_password