From 5d61191496da24489bcb3265353aa214f21e21e7 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 28 Jul 2023 14:01:28 +0000 Subject: [PATCH] Update .github/workflows/build.yaml --- .github/workflows/build.yaml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cda324a..d0122f8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,6 +1,6 @@ name: Build run-name: ${{ gitea.actor }} is building -on: [push] +on: [push, workflow_dispatch] jobs: Dependencies: @@ -26,16 +26,9 @@ jobs: key: node_modules restore-keys: node_modules Docker: - name: Build & publish docker image - needs: Dependencies - runs-on: Docker - container: - image: node:16 - steps: - - - uses: ztimson/291st/.github/workflows/docker-publish.yaml@develop - with: - image: 291st - secrets: - registry_user: ztimson - registry_pass: ${{secrets.deploy_token}} + uses: ztimson/291st/.github/workflows/docker-publish.yaml@develop + with: + image: 291st + secrets: + registry_user: ztimson + registry_pass: ${{secrets.deploy_token}}