We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dfd5a commit 1834697Copy full SHA for 1834697
1 file changed
{{cookiecutter.project_name|replace(" ", "")}}/Taskfile.yml
@@ -9,7 +9,7 @@ set:
9
- pipefail
10
11
vars:
12
- IMAGE_NAME: '{{ cookiecutter.github_org }}/{{ cookiecutter.project_slug }}'
+ IMAGE_NAME: '{{ cookiecutter.github_org }}/{{ cookiecutter.project_name | lower }}'
13
PROJECT_SLUG: {{ cookiecutter.project_slug }}
14
PYTHON_VERSION: {{ cookiecutter.python_version }}
15
SUPPORTED_PLATFORMS: 'linux/amd64,linux/arm64'
0 commit comments