rpicamera: allow to use the Raspberry Pi Camera with Docker (#1212)

This commit is contained in:
Alessandro Ros 2022-11-03 21:44:53 +01:00 committed by GitHub
parent ac8207c8f4
commit 4c96a6873e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 43 deletions

View file

@ -66,6 +66,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make binaries
- run: make dockerhub
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}