Looks like I can use podman secrets
to stash the NuGet config file and inject it into the build containers. (That's a far cleaner plan that the current "copy it into the right folder and hope the gitignore for is up to date).
Runtime secrets are already managed by storing them in a file and mounting the path (which is what this new command does anyway).