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 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: