Skip to content

Rebuild when Dockerfile path changes#177

Merged
arjunkomath merged 2 commits into
mainfrom
fix/dockerfile-path-rebuild
Jul 20, 2026
Merged

Rebuild when Dockerfile path changes#177
arjunkomath merged 2 commits into
mainfrom
fix/dockerfile-path-rebuild

Conversation

@techulus-agent

Copy link
Copy Markdown
Collaborator

Summary

  • trigger a GitHub source build when TECHULUS_DOCKERFILE_PATH is added, updated, or removed
  • resolve custom Dockerfiles relative to the configured service root and pass the directory/filename explicitly to BuildKit
  • reject missing, absolute, escaping, directory, and symlink-escaping Dockerfile paths
  • keep the platform setting out of application build secrets

Verification

  • go test ./... in agent
  • pnpm test in web (133 tests)
  • Biome checks on touched web files
  • git diff --check
  • final Odin review: approved with no blockers

Basecamp: https://app.basecamp.com/5890597/buckets/47439993/todos/10109181327

@github-actions

github-actions Bot commented Jul 20, 2026

Copy link
Copy Markdown

React Doctor found no new issues. 🎉

Reviewed by React Doctor for commit a130910.

@arjunkomath
arjunkomath merged commit 449bf6e into main Jul 20, 2026
10 checks passed
@arjunkomath
arjunkomath deleted the fix/dockerfile-path-rebuild branch July 20, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants