GNS3 / gns3-registry

GNS3 devices registry
GNU General Public License v3.0
323 stars 387 forks source link

Docker build: Support logins to multiple registries #771

Closed b-ehlers closed 1 year ago

b-ehlers commented 1 year ago

The Docker build tool already support building and uploading to multiple registries (by using full image names), but it allows to login only into one. This PR supports to login into multiple registries.

While the changes in the tool were quite small, the workflow got quite large changes

b-ehlers commented 1 year ago

Replaced by a newer PR