Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker build GitHub Action workflow #217

Merged
merged 2 commits into from
Feb 20, 2025
Merged

Conversation

andrewjong
Copy link
Member

This PR adds a GitHub Actions workflow that:

  1. Automatically builds Docker images when Dockerfile or docker-compose files change
  2. Builds x86-64 images for regular services
  3. Builds ARM64 images for the L4T robot service
  4. Uses AIRLAB Docker registry credentials for authentication

To make this work:

  1. Add AIRLAB_DOCKER_REGISTRY_USERNAME secret to repository
  2. Add AIRLAB_DOCKER_REGISTRY_PASSWORD secret to repository

@andrewjong andrewjong marked this pull request as ready for review February 20, 2025 16:46
@andrewjong andrewjong merged commit b2f3250 into main Feb 20, 2025
@andrewjong andrewjong deleted the add-docker-build-action branch February 20, 2025 16:46
tharp789 pushed a commit that referenced this pull request Feb 20, 2025
* Add Docker build GitHub Action workflow

* Change versioning to 0.xx.x to denote alpha state

Addresses issue #216

---------

Co-authored-by: openhands <[email protected]>
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