Skip to content

feat: add xorq-datafusion project overlay (#28) #62

feat: add xorq-datafusion project overlay (#28)

feat: add xorq-datafusion project overlay (#28) #62

Workflow file for this run

name: Docker Build
on:
push:
branches: [main]
paths:
- Dockerfile
- defaults/**
- lib/**
- projects/**
- setup-claude.py
- audit-hook
pull_request:
branches: [main]
paths:
- Dockerfile
- defaults/**
- lib/**
- projects/**
- setup-claude.py
- audit-hook
jobs:
build:
name: Build with default overlay
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Dockerfile
run: |
docker build \
--build-context project=./defaults \
--build-arg DEV_CONTAINER_WORKSPACE=/workspaces/src \
-t devcontainer-ci:test \
.