Update registry Docker tag to v3

This commit is contained in:
Renovate Bot 2025-04-04 18:18:05 +00:00
parent 2afbf65c35
commit ceda943ee6

View file

@ -102,7 +102,7 @@
- name: Setup Docker Registry Container
community.docker.docker_container:
name: registry
image: registry:2
image: registry:3
pull: true
state: started
restart_policy: unless-stopped