OpenDroneMap / NodeMICMAC

A Lightweight REST API to Access MICMAC Photogrammetry and SFM Engine.
https://opendronemap.org/nodemicmac/
GNU General Public License v3.0
79 stars 21 forks source link

Docker image automation #55

Closed kikislater closed 2 years ago

kikislater commented 2 years ago

What is the problem?

Docker image automation

What should be the expected behavior?

Github action needs credential to publish docker image @pierotofy : Can you please check or help me

pierotofy commented 2 years ago

I've added DOCKERHUB_TOKEN and DOCKERHUB_USERNAME secrets to the repository that should give actions the ability to push under the opendronemap repo on docker hub. :+1:

kikislater commented 2 years ago

Thanks ! Really appreciated