diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-20 13:31:20 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-20 13:31:20 +0530 |
| commit | e22a8051a10bc0e4318ed027f5ad041daea13f8d (patch) | |
| tree | fa6705e5393e401d6daf5e60be4eb4324f8f8d93 | |
| parent | 6c8afdf065c401e0a5133fe4a74feb6ad313a6b0 (diff) | |
| download | aniwatch-api-e22a8051a10bc0e4318ed027f5ad041daea13f8d.tar.xz aniwatch-api-e22a8051a10bc0e4318ed027f5ad041daea13f8d.zip | |
ci: optimized docker build workflow
| -rw-r--r-- | .github/workflows/docker-build.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 369d097..c9b2d12 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -12,15 +12,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Setup NodeJS - uses: actions/setup-node@v3 - - - name: Install dependencies - run: npm install - - - name: Build files - run: npm run build - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 |
