mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:55:44 +00:00
chore: update build-pro-image.yml
This commit is contained in:
parent
55188e1118
commit
01b4539fc0
5
.github/workflows/build-pro-image.yml
vendored
5
.github/workflows/build-pro-image.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user