Skip to content

Commit b2e46d0

Browse files
committed
add artifact upload
1 parent c23b2f2 commit b2e46d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-openstack-capi-image.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,9 @@ jobs:
7777
run: make build-qemu-ubuntu-2404-efi
7878
env:
7979
PACKER_VAR_FILES: kubernetes.json
80+
81+
- name: store openstack image
82+
uses: actions/upload-artifact@v4
83+
with:
84+
name: openstack-image
85+
path: ./output/

0 commit comments

Comments
 (0)