kind-0 / nsecbunkerd

nsecbunker daemon
https://nsecbunker.com
MIT License
132 stars 38 forks source link

Add github action for building and publishing docker images #30

Closed hzrd149 closed 9 months ago

hzrd149 commented 9 months ago

This github action will build and publish the docker image to ghcr.io

Its setup to target linux/amd64 and linux/arm64 so it can be run on raspberry PIs. It also supports publishing specific versions using git tags. ( v0.10.4, v1.4.1, etc... )