Nature40 / pimod

Reconfigure Raspberry Pi images with an easy, Docker-like configuration file
GNU General Public License v3.0
122 stars 19 forks source link

Add github workflow to build and upload to dockerhub #43

Closed tve closed 2 years ago

tve commented 2 years ago

Dunno whether you're interested, but this workflow creates the docker image and uploads it to dockerhub so you and others can use it easily. You'd have to change the DOCKERHUB_USER and create a DOCKERHUB_TOKEN secret in your repo. Thanks for pimod!

oxzi commented 2 years ago

Thanks a lot! @jonashoechst: As you did the other Docker-related things, would you like to take a look? Thanks.