GNS3 / gns3-registry

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

Docker build: Simplify definition of DOCKER_REPOSITORY #837

Closed b-ehlers closed 8 months ago

b-ehlers commented 8 months ago

The definition of DOCKER_REPOSITORY in the Docker workflow is quite complex as YAML doesn't allow comments inside scalars, as they can't be distinguished from data.

This PR allows comments in the DOCKER_REPOSITORY definition. They are filtered out in the first statement of the run script.