diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a02ad5..ef32251 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,6 @@ -name: Build jar +name: Main -on: - push: - branches: - - "!*" - tags: - - "v*" +on: push env: REGISTRY: ghcr.io @@ -38,6 +33,7 @@ jobs: - name: Publish Github Release uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') with: files: target/Doplarr.jar diff --git a/README.md b/README.md index 50ab33b..1b0dca2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ > A _Better_ Sonarr/Radarr Request Bot for Discord -### Building +## Running with Docker + +Pull the latest image with `docker pull ghcr.io/kiranshila/doplarr:main` + +Then run with `fixme` + +## Building and Running Locally You need the Clojure CLI tools to build @@ -11,7 +17,7 @@ You need the Clojure CLI tools to build ### Configuring -1. Fill out `resources/config.edn` with the requisite things +1. Fill out `config.edn` with the requisite things ### Setting up as a service (On Linux (Systemd))