chore: update build-pro-image.yml

This commit is contained in:
chenos 2024-07-22 16:24:19 +08:00 committed by GitHub
parent 55188e1118
commit 01b4539fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,9 +45,8 @@ jobs:
- name: git checkout ${{ github.head_ref || github.ref_name }}
run: cd packages/pro-plugins && git checkout ${{ github.head_ref || github.ref_name }}
continue-on-error: true
- name: exclude packages/pro-plugins
run: |
echo "packages/pro-plugins/" >> .git/info/exclude
- name: rm .git
run: rm -rf packages/pro-plugins/.git && git config --global user.email "you@example.com" && git config --global user.name "Your Name" && git add -A && git commit -m "tmp commit"
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx