From df6fd91e3982905ddbcdad9cf482bb6e79f0b32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=91=E7=A5=8E?= Date: Wed, 22 Nov 2023 14:43:04 +0800 Subject: [PATCH] chores: update release yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 佑祎 --- .github/workflows/release.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c5adc5ad..3f31893a 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: