update registry ansible
Some checks failed
Build, Test & Publish / Build (push) Successful in 18s
Build, Test & Publish / Build and Publish Container Image (push) Successful in 22s
Build, Test & Publish / Deploy to Infrastructure (push) Failing after 2m9s

This commit is contained in:
Liam Pietralla 2024-09-05 14:31:33 +10:00
parent 3188c2cbee
commit 36200661cf

View File

@ -1,5 +1,6 @@
- name: Login to Docker Registry - name: Login to Docker Registry
docker_login: docker_login:
registry: liamsgit.dev
username: "{{ registry_username }}" username: "{{ registry_username }}"
password: "{{ registry_password }}" password: "{{ registry_password }}"