Migration: fix tags and docker registry vars

This commit is contained in:
2026-05-22 21:01:11 +03:00
parent 10e1e8187b
commit e03a4c417d
4 changed files with 58 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
- name: "Login to Yandex Container Registry"
community.docker.docker_login:
registry_url: "cr.yandex"
registry_url: "{{ yc_container_registry }}"
username: "oauth"
password: "{{ yc_oauth_token }}"