Skip to content

Add GitHub Actions workflow for building and pushing to GHCR#3

Merged
kristopherchun merged 1 commit intomainfrom
feat/ghcr-workflow
Feb 17, 2026
Merged

Add GitHub Actions workflow for building and pushing to GHCR#3
kristopherchun merged 1 commit intomainfrom
feat/ghcr-workflow

Conversation

@kristopherchun
Copy link

Summary

  • Add a multi-platform Docker build workflow (amd64/arm64) that pushes to GitHub Container Registry
  • Triggers on push to main and manual dispatch (workflow_dispatch)

Details

  • Uses docker/build-push-action with QEMU for cross-platform builds
  • Tags images with latest and the short SHA
  • Pushes to ghcr.io/crisistextline/localstack-dev

Dependencies

Merge feat/remove-upstream-workflows first so upstream CI doesn't run on this PR.

Multi-platform Docker build (amd64/arm64) triggered on push to main
and manual dispatch.
@kristopherchun kristopherchun merged commit bfb812c into main Feb 17, 2026
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.

1 participant