We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06591de commit 61d5adbCopy full SHA for 61d5adb
.github/workflows/build-capi-vm-images.yml
@@ -1,6 +1,8 @@
1
name: Build CAPI VM image with manual input
2
3
on:
4
+ push:
5
+
6
workflow_dispatch:
7
inputs:
8
version:
.github/workflows/store-openstack-capi-image-elastx.yml
@@ -20,17 +20,18 @@ env:
20
jobs:
21
on-success:
22
runs-on: ubuntu-24.04
23
+ container: ghcr.io/elastisys/openstack-client:v0.1.0
24
25
steps:
26
- name: retrieve image
27
uses: actions/download-artifact@v5
28
with:
29
name: ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
30
- - name: install deps
31
- run: |
32
- sudo apt update && \
33
- sudo apt install -y python3-openstackclient
+ # - name: install deps
+ # run: |
+ # sudo apt update && \
34
+ # sudo apt install -y python3-openstackclient
35
36
- name: store image
37
env:
0 commit comments