mirror of
https://github.com/YuCat-OVO/BaiduNetdisk-Docker
synced 2025-05-10 20:10:04 +08:00
Clean
This commit is contained in:
parent
f9043326fc
commit
1d7e91cbe4
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -97,22 +97,6 @@ jobs:
|
||||
if-no-files-found: error
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
|
||||
2
.github/workflows/version.yml
vendored
2
.github/workflows/version.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
python get_version.py
|
||||
|
||||
- name: Git push assets to "info" branch
|
||||
- name: Git push assets to branch
|
||||
run: |
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user