Update .github/workflows/build.yaml
Some checks failed
Build / Docker (push) Failing after 0s
Build / Install dependencies (push) Successful in 1m9s

This commit is contained in:
Zakary Timson 2023-07-28 14:28:58 +00:00
parent db63b56b9a
commit 6ad0d11cbd

View File

@ -1,10 +1,9 @@
name: Build
run-name: ${{ gitea.actor }} is building
on: [push, workflow_dispatch]
jobs:
Dependencies:
name: Install NPM dependencies
dependencies:
name: Install dependencies
runs-on: Docker
container:
image: node:16
@ -26,7 +25,7 @@ jobs:
key: node_modules
restore-keys: node_modules
Docker:
uses: ztimson/291st/.github/workflows/docker-publish.yaml@develop
uses: ztimson/actions/docker.yaml@develop
with:
image: 291st
secrets: