diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c5adc5ad..d3819594 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,8 +2,10 @@ name: Release on: push: - tags: - - 'v*' + branches: + - release-test + # tags: + # - 'v*' permissions: contents: write @@ -20,12 +22,6 @@ jobs: ALIYUN_BJ_REG: registry.cn-beijing.aliyuncs.com ALIYUN_HZ_REG: registry.cn-hangzhou.aliyuncs.com steps: - - uses: docker/setup-buildx-action@v3 - - name: Login to GHCR - uses: docker/login-action@v3 - with: - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - name: Login to AliyunCS_BJ uses: docker/login-action@v3 with: