Skip to content

Add GitHub Actions workflows for Docker build and release#16

Merged
Sol455 merged 1 commit into
mainfrom
feat/GHA-workflow
Dec 18, 2025
Merged

Add GitHub Actions workflows for Docker build and release#16
Sol455 merged 1 commit into
mainfrom
feat/GHA-workflow

Conversation

@Sol455
Copy link
Copy Markdown

@Sol455 Sol455 commented Dec 18, 2025

Adds automated CI/CD to build and publish ARM64 images to GHCR.

Changes
docker_build.yml: Build and publish to ghcr.io/offworldlabs/adsb2dd
release.yml: Auto-release on version tags (v*..)

Usage

git tag v0.1.0
git push origin v0.1.0

Creates two workflows following the blah2-arm pattern:
- docker_build.yml: Reusable workflow to build and publish ARM64 images
- release.yml: Triggers on version tags (v*.*.*) to automate releases

Publishes to ghcr.io/offworldlabs/adsb2dd
@Sol455 Sol455 merged commit 54ccc50 into main Dec 18, 2025
1 check failed
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