This commit is contained in:
YuCat-OVO 2024-03-02 20:10:09 +08:00
parent f9043326fc
commit 1d7e91cbe4
2 changed files with 1 additions and 17 deletions

View File

@ -97,22 +97,6 @@ jobs:
if-no-files-found: error if-no-files-found: error
retention-days: 1 retention-days: 1
# - name: Buildx
# uses: docker/build-push-action@v5
# with:
# context: .
# file: Dockerfile
# platforms: |
# ${{ matrix.arch }}
# push: true
# build-args: |
# BUILD_DATE=${{ steps.set-vars.outputs.DATE }}
# VERSION=${{ steps.set-vars.outputs.VERSION }}
# BAIDUNETDISK_VERSION=${{ steps.set-vars.outputs.BAIDUNETDISK_VERSION }}
# BAIDUNETDISK_URL=${{ steps.set-vars.outputs.BAIDUNETDISK_URL }}
# labels: ${{ steps.meta.outputs.labels }}
# tags: ${{ steps.meta.outputs.tags }}
Merge: Merge:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs:

View File

@ -35,7 +35,7 @@ jobs:
pip install -r requirements.txt pip install -r requirements.txt
python get_version.py python get_version.py
- name: Git push assets to "info" branch - name: Git push assets to branch
run: | run: |
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"