1 messages · Page 1 of 1 (latest)
Hi, I want to use a env variable as registry domain in as build auth key. https://dagger.cloud/runs/6aea17fd-c0bc-42b3-a3ac-b9f3b144d8fb
auth: (client.env.REGISTRY_FQDN): ... but I am getting error because the value is not concrete. REGISTRY_FQDN: *"myreg.azurecr.io" | string.
I found a solution. It works when using string interpolation. auth: "\(client.env.REGISTRY_FQDN)".