Skip to content

Commit

Permalink
NZBGet: Swap back to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Mar 19, 2024
1 parent 5e2ae53 commit 1857c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nzbget/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ nzbget_docker_container: "{{ nzbget_name }}"
# Image
nzbget_docker_image_pull: true
nzbget_docker_image_tag: "release"
nzbget_docker_image: "docker.io/hotio/nzbget:{{ nzbget_docker_image_tag }}"
nzbget_docker_image: "ghcr.io/hotio/nzbget:{{ nzbget_docker_image_tag }}"

# Ports
nzbget_docker_ports_defaults: []
Expand Down

0 comments on commit 1857c74

Please sign in to comment.