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
|
cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/next-terminal:cache,mode=max
|
||||||
|
|
||||||
DOCKERHUB_Hub_Description:
|
DOCKERHUB_Hub_Description:
|
||||||
needs: [ DOCKERHUB_next-terminal_Build, DOCKERHUB_Guacd_Build ]
|
needs: [ DOCKERHUB_next-terminal_Build ]
|
||||||
name: Change DockerHub Description
|
name: Change DockerHub Description
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Private Actions Checkout
|
||||||
|
uses: actions/checkout@v2.3.4
|
||||||
- name: node Setup
|
- name: node Setup
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user