Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub Actions workflow for daily and push-triggered Docker build…
… and push This workflow runs automatically at 3:33 AM UTC daily and on every push to the master branch, it: - Executes the `build.bash` script to build the Docker image. - Executes the `push.sh` script to push the image to the registry.
- Loading branch information