Skip to content

update dockerfiles

update dockerfiles #35

# .github/workflows/hivemind-adapter-ci.yml
name: Hivemind Adapter CI Pipeline
on:
push:
paths:
- "hivemind-adapter/**"
# pull_request:
# paths:
# - "hivemind-adapter/**"
jobs:
lint:
uses: ./.github/workflows/lint.yml

Check failure on line 15 in .github/workflows/hivemind-adapter-ci.yml

View workflow run for this annotation

GitHub Actions / Hivemind Adapter CI Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/hivemind-adapter-ci.yml (Line: 15, Col: 11): Input app is required, but not provided while calling. .github/workflows/hivemind-adapter-ci.yml (Line: 17, Col: 17): Invalid input, app_path is not defined in the referenced workflow.
with:
app_path: "hivemind-adapter"
# test:
# uses: ./.github/workflows/test.yml
# with:
# app_path: "./bot"
# node_version: "20"
# cache_dependency_path: "./bot/package-lock.json"
build-push:
# needs: [lint, test]
needs: [lint]
uses: ./.github/workflows/build-push.yml
with:
app_name: "hivemind-adapter"
context: "./hivemind-adapter"
dockerfile: "./hivemind-adapter/Dockerfile"