Skip to content

Commit 61d5adb

Browse files
committed
testing
1 parent 06591de commit 61d5adb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/build-capi-vm-images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build CAPI VM image with manual input
22

33
on:
4+
push:
5+
46
workflow_dispatch:
57
inputs:
68
version:

.github/workflows/store-openstack-capi-image-elastx.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ env:
2020
jobs:
2121
on-success:
2222
runs-on: ubuntu-24.04
23+
container: ghcr.io/elastisys/openstack-client:v0.1.0
2324

2425
steps:
2526
- name: retrieve image
2627
uses: actions/download-artifact@v5
2728
with:
2829
name: ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
2930

30-
- name: install deps
31-
run: |
32-
sudo apt update && \
33-
sudo apt install -y python3-openstackclient
31+
# - name: install deps
32+
# run: |
33+
# sudo apt update && \
34+
# sudo apt install -y python3-openstackclient
3435

3536
- name: store image
3637
env:

0 commit comments

Comments
 (0)