Docker image for soju IRC bouncer.
docker run -d --name soju ghcr.io/kejadlen/soju:latestUsing the Justfile:
just release 0.8.2Or manually via the GitHub Actions UI:
- Go to the Actions tab
- Click "Run workflow"
- Enter the soju version (e.g.,
0.8.2) - Click "Run workflow"
This will automatically build and publish the Docker image to
ghcr.io/kejadlen/soju with the specified version tag.