refactor: Extract all image names
This commit is contained in:
parent
872f8fe89e
commit
5a6b9f203a
22 changed files with 80 additions and 131 deletions
|
@ -27,7 +27,7 @@
|
|||
enableServiceLinks = false;
|
||||
|
||||
containers.forgejo = {
|
||||
image = "codeberg.org/forgejo/forgejo:7.0.5";
|
||||
image = myLib.globals.images.forgejo;
|
||||
imagePullPolicy = "IfNotPresent";
|
||||
|
||||
env = {
|
||||
|
|
Reference in a new issue