From 815b682310d6ba3f3368216d2bc37f3c5cc431f7 Mon Sep 17 00:00:00 2001 From: AnJia Date: Fri, 4 Mar 2022 09:10:47 +0800 Subject: [PATCH] Update gcr.io_mirror.yml --- .github/workflows/gcr.io_mirror.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gcr.io_mirror.yml b/.github/workflows/gcr.io_mirror.yml index 9e442d0..0f722a5 100644 --- a/.github/workflows/gcr.io_mirror.yml +++ b/.github/workflows/gcr.io_mirror.yml @@ -104,6 +104,7 @@ jobs: run: | docker pull ${{ steps.pullIssuesPorter.outputs.GCR_IMAGE }} echo ${{ steps.transferImage.outputs.MY_DOCKER_IMAGE_NAME }} + docker images docker tag ${{ steps.pullIssuesPorter.outputs.GCR_IMAGE }} ${{ steps.transferImage.outputs.MY_DOCKER_IMAGE_NAME }} docker push ${{ steps.transferImage.outputs.MY_DOCKER_IMAGE_NAME }} @@ -131,7 +132,7 @@ jobs: state: 'closed' }) console.log("update issues resp:", issuesResponse["status"] == 200 ? "success" : "failed" ) - let body = "转换失败,详见 [构建任务](https://github.com/${{ env.GH_USER }}/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }})" + let body = "转换失败,详见 [构建任务](https://github.com/${{ env.GH_USER }}/${{ env.REPO_NAME }}/runs/${{ github.job }}?check_suite_focus=true)" let success = String(${{ steps.successCheck.outputs.SUCCESS }}).toLowerCase() == "true" console.log("is success?", success) if(success){