refactor: Extract all image names

This commit is contained in:
Pim Kunis 2024-07-30 21:28:35 +02:00
parent 872f8fe89e
commit 5a6b9f203a
22 changed files with 80 additions and 131 deletions

View file

@ -27,7 +27,7 @@
enableServiceLinks = false;
containers.forgejo = {
image = "codeberg.org/forgejo/forgejo:7.0.5";
image = myLib.globals.images.forgejo;
imagePullPolicy = "IfNotPresent";
env = {