Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/provider/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
version: "3.9"
version: '3.9'
services:
sonarr:
image: hotio/sonarr:release-4.0.15.2941@sha256:ce095ff23043fe1397ac663d7d0885fbabdce9809257931ae9646c04d89567e8
image: ghcr.io/hotio/sonarr:release-4.0.15.2941@sha256:ce095ff23043fe1397ac663d7d0885fbabdce9809257931ae9646c04d89567e8
container_name: sonarr
depends_on:
- transmission
Expand All @@ -18,7 +18,7 @@ services:
- 8989:8989
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8989/system/status"]
test: ['CMD', 'curl', '-f', 'http://localhost:8989/system/status']
transmission:
image: linuxserver/transmission:latest
container_name: transmission
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.3.1"
}
11 changes: 11 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "python",
"packages": {
".": {
"extra-files": [
"galaxy.yml"
]
}
}
}
Loading