Skip to content

Commit

Permalink
Make always_pull_images optional
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jan 22, 2025
1 parent e98a3f5 commit d24af8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub struct AppConfig {
/// Container images to use for the app.
pub images: Vec<String>,
/// Whether to always pull images from the registry.
#[oai(default)]
pub always_pull_images: bool,
}

Expand Down

0 comments on commit d24af8b

Please sign in to comment.