Skip to content

Commit

Permalink
Make tags optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Brown committed Aug 22, 2023
1 parent 49521ca commit 9cd25a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildrunner/config_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class StepBuild(BaseModel):
class StepPushDict(BaseModel):
""" Push model within a step """
repository: str
tags: List[str]
tags: Optional[List[str]]


class Step(BaseModel):
Expand Down

0 comments on commit 9cd25a3

Please sign in to comment.