diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a83dde1..99bbef7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 0be03a0..f219359 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -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"