netbox-community / Device-Type-Library-Import

This library is intended to assist with importing device and module types into NetBox from the NetBox Community DeviceType-Library
https://github.com/netbox-community/devicetype-library
MIT License
256 stars 77 forks source link

docker image CI #24

Closed k0rventen closed 3 years ago

k0rventen commented 3 years ago

Hi. Following #23, here is a very simple stage using Actions that builds the image from master and pushes to docker hub.

It should not be merged as-is, because it contains a hard reference to my docker account.

To set it up on your side, you would need to add two secrets to this repository, DOCKER_USER & DOCKER_TOKEN (the token being a dedicated access token).

And change the full path of the tag to match your account.

Cheers,