Skip to content

Commit

Permalink
Merge pull request #5 from datakami/syl/fix-cog-version-label
Browse files Browse the repository at this point in the history
run.cog.cog_version -> run.cog.version
  • Loading branch information
yorickvP authored May 20, 2024
2 parents c3b239d + 5990247 commit 168106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cog.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ in {
Labels = {
"run.cog.has_init" = "true";
"run.cog.config" = builtins.toJSON config.cog;
"run.cog.cog_version" = "${cfg.cog_version}";
"run.cog.version" = "${cfg.cog_version}";
# Initially we had openapi_schema here, but there is a problem with doing that:
# builtins.readFile has to generate the file to read the contents,
# and so computing the hash would require building most of the dependencies.
Expand Down

0 comments on commit 168106c

Please sign in to comment.