Skip to content

Commit

Permalink
ensure url is honored
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 30, 2022
1 parent 3d2bedd commit 4550ff8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/add_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def main():
container["maintainer"] = args.maintainer
if args.description:
container["description"] = args.description
if args.url:
container["url"] = args.url

# Generate guts
cli = ManifestGenerator()
Expand Down

0 comments on commit 4550ff8

Please sign in to comment.