Skip to content

Add per-branch Docker image builds#1

Merged
DanielHinbest merged 2 commits intoseer-lab:daniel-koalafrom
rdrake:daniel-koala
Mar 25, 2026
Merged

Add per-branch Docker image builds#1
DanielHinbest merged 2 commits intoseer-lab:daniel-koalafrom
rdrake:daniel-koala

Conversation

@rdrake
Copy link
Collaborator

@rdrake rdrake commented Mar 25, 2026

Summary

  • Map each branch to a distinct GHCR image: daniel-koalacode-tracking-qa, adamcode-tracking-emote, bishacode-tracking-ai
  • Change Gradle build workflow to manual trigger only (workflow_dispatch)

Test plan

  • Validated workflow with act --dryrun
  • CI build passed on fork (run)
  • Cherry-pick workflow into adam and bisha branches after merge

Map each branch to a distinct GHCR image name:
- daniel-koala -> code-tracking-qa
- adam -> code-tracking-emote
- bisha -> code-tracking-ai

Change Gradle build workflow to manual trigger only (workflow_dispatch).
@rdrake rdrake marked this pull request as draft March 25, 2026 19:01
GITHUB_REF_NAME is the PR merge ref (e.g. 1/merge) on pull_request
events. Use GITHUB_HEAD_REF instead, falling back to GITHUB_REF_NAME
for push events.
@rdrake rdrake marked this pull request as ready for review March 25, 2026 19:05
@DanielHinbest DanielHinbest merged commit 15886dc into seer-lab:daniel-koala Mar 25, 2026
1 check passed
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