From 4ff43aec6d8377cda9fcf6265281bba9b4bbcd0c Mon Sep 17 00:00:00 2001 From: sijinhui Date: Wed, 24 Jul 2024 13:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2=E6=9C=BA?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dockerToHub.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dockerToHub.yml b/.github/workflows/dockerToHub.yml index e0882adb9..6906d52e2 100644 --- a/.github/workflows/dockerToHub.yml +++ b/.github/workflows/dockerToHub.yml @@ -1,4 +1,4 @@ -name: PRO DEPLOY TO TY +name: PRO DEPLOY on: workflow_dispatch: push: @@ -14,15 +14,15 @@ on: jobs: build: - name: build image to aly + name: build image #runs-on: ubuntu-latest runs-on: self steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: gh.sivpn.cn/actions/checkout@v4 with: clean: true - #github-server-url: 'https://gh.sivpn.cn' + github-server-url: 'https://gh.sivpn.cn' - name: build and deploy to Docker Hub run: | echo ${{ secrets.ALY_DOCKER_PASSWORD }} | docker login registry.cn-hangzhou.aliyuncs.com -u ${{ secrets.ALY_DOCKER_USERNAME }} --password-stdin @@ -35,7 +35,7 @@ jobs: - name: Get current date run: echo "DATE_TAG=$(date +'%Y%m%d')" >> $GITHUB_ENV - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: gh.sivpn.cn/docker/build-push-action@v4 with: context: . push: true