Skip to content

Commit

Permalink
rename template docker_image setting to build_docker_image
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Sep 5, 2024
1 parent 40ba485 commit f83b9a3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"package_name": "package_name",
"repository_github_url": "https://github.com/reef-technologies/package-name",
"is_django_package": "n",
"docker_image": "n",
"build_docker_image": "n",
"_jinja2_env_vars": {
"block_start_string": "# COOKIECUTTER{%",
"block_end_string": "%}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
# COOKIECUTTER{%- endraw %}

# COOKIECUTTER{% if cookiecutter.docker_image == "y" %}
# COOKIECUTTER{% if cookiecutter.build_docker_image == "y" %}
# COOKIECUTTER{%- raw %}
publish-docker:
needs:
Expand Down

0 comments on commit f83b9a3

Please sign in to comment.