This repository provides a GitHub Actions workflow to build and push Docker images for Aeon-MLTB.
-
Run the Workflow
- Go to the Actions tab in your repository.
- Select Docker.io workflow.
- Click Run workflow and provide:
- Docker Hub Username
- Docker Hub Password
- Docker Image Name
-
Result
Your Docker image will be available at:
docker.io/<username>/<image_name>:latest
.
Input | Description | Required |
---|---|---|
username |
Your Docker Hub username | ✅ |
password |
Your Docker Hub password | ✅ |
image_name |
Name of the Docker image to build | ✅ |
- Platforms: Builds for
linux/amd64
andlinux/arm64
. - Authentication: Credentials are securely handled via inputs.
For issues, open an issue in this repository.