update github workflows
This commit is contained in:
parent
e93dd87471
commit
f5cdabdcca
2
.github/workflows/docker-next-terminal.yml
vendored
2
.github/workflows/docker-next-terminal.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user