Skip to content

Add Docker builds for PRs, main, and releases#32

Merged
aram356 merged 2 commits into
mainfrom
feature/docker-build-triggers
Feb 10, 2026
Merged

Add Docker builds for PRs, main, and releases#32
aram356 merged 2 commits into
mainfrom
feature/docker-build-triggers

Conversation

@aram356

@aram356 aram356 commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • PR builds produce images tagged with 7-char commit SHA (e.g. sha-a1b2c3d)
  • Pushes to main automatically tag as latest
  • GitHub releases produce semver tags (v1.2.3, 1.2.3, 1.2)
  • Fork PRs build-only (no push) to prevent credential leakage
  • Concurrent builds on the same ref cancel earlier runs

Closes #31

aram356 and others added 2 commits February 10, 2026 12:54
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

@ChristianPavilonis ChristianPavilonis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 looks good.

@aram356
aram356 merged commit a6a702a into main Feb 10, 2026
5 checks passed
@aram356
aram356 deleted the feature/docker-build-triggers branch February 10, 2026 21:17
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.

Docker image builds for PRs, main, and releases

2 participants