Skip to content

.github/workflows/build.yml #4

.github/workflows/build.yml

.github/workflows/build.yml #4

Workflow file for this run

name: Build docker images
on:
workflow_dispatch:
jobs:
build-crawler:
name: Build Crawler
uses: UniqueNetwork/web-deploy/.github/workflows/build-docker-image.yml@master

Check failure on line 9 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "UniqueNetwork/web-deploy/.github/workflows/build-docker-image.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
tag: scan-backend-crawler
dockerfile: Dockerfile.crawler
build-web-api:
name: Build Web API
uses: UniqueNetwork/web-deploy/.github/workflows/build-docker-image.yml@master
secrets: inherit
with:
tag: scan-backend-web-api