CuAuPro / alpr-system

This project is an Automatic License Plate Recognition (ALPR) system designed for edge devices and optimized for high performance. It includes an AI Engine for image recognition, a frontend and backend for management, MQTT Databus for communication, and GPIO interfacing for hardware control.
Apache License 2.0
2 stars 2 forks source link

CI workflows for building Docker images #16

Open xBlaz3kx opened 4 weeks ago

xBlaz3kx commented 4 weeks ago

Proposed changes

Added CI for building and pushing Docker images to Docker Hub (#4)

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

The only thing missing is change of the repository/image name and using repository secrets to fill in the Docker hub user and token.

Add DOCKER_HUB_USERNAME and DOCKER_HUB_ACCESS_TOKEN as your repository secrets.