diff --git a/.github/provider/docker-compose.yml b/.github/provider/docker-compose.yml index 87d6a85..1cfb06f 100644 --- a/.github/provider/docker-compose.yml +++ b/.github/provider/docker-compose.yml @@ -1,8 +1,8 @@ --- -version: "3.9" +version: '3.9' services: radarr: - image: hotio/radarr:release-5.17.2.9580@sha256:6c6268bfc233c59c4726c79f40141a177b2927fb20eee0ab400d92e0f42fd448 + image: ghcr.io/hotio/radarr:release-5.17.2.9580@sha256:6c6268bfc233c59c4726c79f40141a177b2927fb20eee0ab400d92e0f42fd448 container_name: radarr depends_on: - transmission @@ -18,7 +18,7 @@ services: - 7878:7878 restart: unless-stopped healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:7878/system/status"] + test: ['CMD', 'curl', '-f', 'http://localhost:7878/system/status'] transmission: image: linuxserver/transmission:latest container_name: transmission @@ -27,4 +27,4 @@ services: - PGID=1000 - TZ=Europe/London ports: - - 9091:9091 \ No newline at end of file + - 9091:9091 diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..09a2522 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "1.2.0" +} diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..8d2f84a --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "release-type": "python", + "packages": { + ".": { + "extra-files": [ + "galaxy.yml" + ] + } + } +}