Skip to content

Commit

Permalink
fix: pr action syntax err
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Zhang <[email protected]>
  • Loading branch information
zzzhangqi committed Dec 17, 2024
1 parent fcb9552 commit 9463b99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
registry.cn-hangzhou.aliyuncs.com/goodrain/rbd-${{ matrix.component }}:${{ env.release_desc }}
- name: Save image info to file
run: |
IMAGE_TAG="registry.cn-hangzhou.aliyuncs.com/goodrain/rbd-${{ matrix.component }}:${{ env.release_desc }}"
echo "- ${IMAGE_TAG}" >> image_tags.txt
run: |
IMAGE_TAG="registry.cn-hangzhou.aliyuncs.com/goodrain/rbd-${{ matrix.component }}:${{ env.release_desc }}"
echo "- ${IMAGE_TAG}" >> image_tags.txt
- name: Upload image info to be used in final step
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9463b99

Please sign in to comment.