Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
kolla-build --config-file ${{ matrix.release }}/kolla-build.conf --template-override ${{ matrix.release }}/template-overrides.j2 --profile main --push

- name: Upload templates
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: templates-${{ steps.release_name.outputs.name }}-main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
kolla-build --config-file releases/${{ github.event.inputs.os }}/kolla-build.conf --template-override releases/${{ github.event.inputs.os }}/template-overrides.j2 --profile ${{ github.event.inputs.profile }} --push

- name: Upload templates
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: templates-${{ github.event.inputs.os }}-${{ github.event.inputs.profile }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
kolla-build --config-file releases/${{ github.event.inputs.os }}/kolla-build.conf --template-override releases/${{ github.event.inputs.os }}/template-overrides.j2 --profile ${{ github.event.inputs.profile }} --platform linux/arm64 --base-arch aarch64 --tag ${{ github.event.inputs.os }}-arm64 --push

- name: Upload templates
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: templates-${{ github.event.inputs.os }}-${{ github.event.inputs.profile }}
Expand Down
Loading