We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7e335 commit ec7e244Copy full SHA for ec7e244
.github/workflows/build-openstack-capi-image.yml
@@ -65,8 +65,8 @@ jobs:
65
env:
66
PACKER_VAR_FILES: kubernetes.json
67
68
- - name: store openstack image
69
- uses: actions/upload-artifact@v4
70
- with:
71
- name: ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
72
- path: ./images/capi/output/ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
+ # - name: store openstack image
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
+ # path: ./images/capi/output/ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
0 commit comments