Skip to content

Commit

Permalink
fix build base ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Jun 6, 2023
1 parent 2f52d92 commit a174614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-kube-ovn-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Upload image to artifact
uses: actions/upload-artifact@v3
with:
name: image-amd64
name: image-amd64-${{ matrix.branch }}
path: image-amd64.tar

build-arm64:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Download image
uses: actions/download-artifact@v3
with:
name: image-arm64
name: image-arm64-${{ matrix.branch }}

- name: Load Image
run: |
Expand Down

0 comments on commit a174614

Please sign in to comment.