Skip to content

Commit 69a83bf

Browse files
authored
Update {{cookiecutter.project_name|replace(" ", "")}}/Taskfile.yml
1 parent 105aad9 commit 69a83bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name|replace(" ", "")}}/Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set:
99
- pipefail
1010

1111
vars:
12-
IMAGE_NAME: '{{ cookiecutter.github_org }}/{{ cookiecutter.project_name }}'
12+
IMAGE_NAME: '{{ cookiecutter.github_org }}/{{ cookiecutter.project_name | lower }}'
1313
PROJECT_SLUG: {{ cookiecutter.project_slug }}
1414
PYTHON_VERSION: {{ cookiecutter.python_version }}
1515
SUPPORTED_PLATFORMS: 'linux/amd64,linux/arm64'

0 commit comments

Comments
 (0)