We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105aad9 commit 69a83bfCopy full SHA for 69a83bf
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_name }}'
+ 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