Skip to content

Commit

Permalink
dockerup - pass supported_images into Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianZaremba committed Aug 5, 2023
1 parent a6e7552 commit 445cd12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerup/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ def load(path: PosixPath) -> 'Settings':
return Settings(
files=settings['files'],
workflows=settings['workflows'],
supported_images=settings['supported_images'],
)

0 comments on commit 445cd12

Please sign in to comment.