Skip to content

chore(deps): bump hono from 4.12.7 to 4.12.12 #31

chore(deps): bump hono from 4.12.7 to 4.12.12

chore(deps): bump hono from 4.12.7 to 4.12.12 #31

name: Docker Build Check
on:
pull_request:
branches: [main]
paths:
- "apps/indexer/**"
- "packages/config/**"
- "package.json"
- "pnpm-lock.yaml"
- "pnpm-workspace.yaml"
jobs:
docker-build:
name: Build Indexer Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v6
with:
context: .
file: apps/indexer/Dockerfile
push: false
cache-from: type=gha
cache-to: type=gha,mode=max