Skip to content

Commit

Permalink
NZBGet: Use Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Sep 4, 2023
1 parent 2ddadcb commit 2a2d4ae
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 @@ -193,7 +193,7 @@ nzbget_docker_container: "{{ nzbget_name }}"
# Image
nzbget_docker_image_pull: true
nzbget_docker_image_tag: "release"

This comment has been minimized.

Copy link
@masonenglish

masonenglish Sep 12, 2023

I believe the desired tag needs to be "latest"

This comment has been minimized.

Copy link
@saltydk

saltydk Sep 12, 2023

Member

https://hub.docker.com/r/hotio/nzbget/tags release and latest point to the same hash.

nzbget_docker_image: "ghcr.io/hotio/nzbget:{{ nzbget_docker_image_tag }}"
nzbget_docker_image: "docker.io/hotio/nzbget:{{ nzbget_docker_image_tag }}"

# Ports
nzbget_docker_ports_defaults: []
Expand Down

0 comments on commit 2a2d4ae

Please sign in to comment.