Update .github/workflows/build.yaml
This commit is contained in:
parent
db63b56b9a
commit
6ad0d11cbd
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -1,10 +1,9 @@
|
|||||||
name: Build
|
name: Build
|
||||||
run-name: ${{ gitea.actor }} is building
|
|
||||||
on: [push, workflow_dispatch]
|
on: [push, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Dependencies:
|
dependencies:
|
||||||
name: Install NPM dependencies
|
name: Install dependencies
|
||||||
runs-on: Docker
|
runs-on: Docker
|
||||||
container:
|
container:
|
||||||
image: node:16
|
image: node:16
|
||||||
@ -26,7 +25,7 @@ jobs:
|
|||||||
key: node_modules
|
key: node_modules
|
||||||
restore-keys: node_modules
|
restore-keys: node_modules
|
||||||
Docker:
|
Docker:
|
||||||
uses: ztimson/291st/.github/workflows/docker-publish.yaml@develop
|
uses: ztimson/actions/docker.yaml@develop
|
||||||
with:
|
with:
|
||||||
image: 291st
|
image: 291st
|
||||||
secrets:
|
secrets:
|
||||||
|
Loading…
Reference in New Issue
Block a user