Use auth file instead of creds in quadlet files
This commit is contained in:
@@ -16,5 +16,6 @@
|
||||
registry: "{{ item.registry }}"
|
||||
username: "{{ item.username }}"
|
||||
password: "{{ item.password }}"
|
||||
authfile: /run/containers/0/auth.json
|
||||
authfile: /etc/containers/auth.json
|
||||
loop: "{{ podman_registry_accounts }}"
|
||||
no_log: true
|
||||
|
||||
Reference in New Issue
Block a user