From f5cdabdccaaa259ed42877f8d0e12dfcc9509cdf Mon Sep 17 00:00:00 2001 From: dushixiang Date: Thu, 4 Nov 2021 21:43:10 +0800 Subject: [PATCH] update github workflows --- .github/workflows/docker-next-terminal.yml | 2 +- .github/workflows/goreleaser.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-next-terminal.yml b/.github/workflows/docker-next-terminal.yml index 11cb735..2d00caf 100644 --- a/.github/workflows/docker-next-terminal.yml +++ b/.github/workflows/docker-next-terminal.yml @@ -43,7 +43,7 @@ jobs: cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/next-terminal:cache,mode=max DOCKERHUB_Hub_Description: - needs: [ DOCKERHUB_next-terminal_Build, DOCKERHUB_Guacd_Build ] + needs: [ DOCKERHUB_next-terminal_Build ] name: Change DockerHub Description runs-on: ubuntu-latest steps: diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 1b5d348..fe78410 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -9,6 +9,8 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Private Actions Checkout + uses: actions/checkout@v2.3.4 - name: node Setup uses: actions/setup-node@v2 with: