Skip to content

Commit

Permalink
fix: syntax error in plugin.py template (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb authored Dec 7, 2022
1 parent 72ee1e5 commit 7b6b9f3
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,18 @@
# ("plugins", "{{ cookiecutter.plugin_name }}", "build", "myimage"),
# "docker.io/myimage:{{ '{{' }} {{ cookiecutter.plugin_name|upper|replace('-', '_') }}_VERSION {{ '}}' }}",
# (),
# )
# ))

# To pull/push an image with `tutor images pull myimage` and `tutor images push myimage`, write:
# hooks.Filters.IMAGES_PULL.add_item((
# "myimage",
# "docker.io/myimage:{{ '{{' }} {{ cookiecutter.plugin_name|upper|replace('-', '_') }}_VERSION {{ '}}' }}",
# )
# ))

# hooks.Filters.IMAGES_PUSH.add_item((
# "myimage",
# "docker.io/myimage:{{ '{{' }} {{ cookiecutter.plugin_name|upper|replace('-', '_') }}_VERSION {{ '}}' }}",
# )
# ))


########################################
Expand Down

0 comments on commit 7b6b9f3

Please sign in to comment.