Skip to content

Commit

Permalink
readarr: use latest as default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jun 26, 2024
1 parent 473605b commit bf87fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/readarr/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ readarr_docker_container: "{{ readarr_name }}"
# Image
readarr_docker_image_pull: true
readarr_docker_image_repo: "ghcr.io/hotio/readarr"
readarr_docker_image_tag: "nightly"
readarr_docker_image_tag: "latest"
readarr_docker_image: "{{ lookup('vars', readarr_name + '_docker_image_repo', default=readarr_docker_image_repo)
+ ':' + lookup('vars', readarr_name + '_docker_image_tag', default=readarr_docker_image_tag) }}"

Expand Down

0 comments on commit bf87fc7

Please sign in to comment.