Method: RakeCompilerDock::Starter.container_registry
- Defined in:
- lib/rake_compiler_dock/starter.rb
permalink .container_registry ⇒ Object
[View source]
177 178 179 |
# File 'lib/rake_compiler_dock/starter.rb', line 177 def container_registry ENV['CONTAINER_REGISTRY'] || "ghcr.io/rake-compiler" end |