Skip to content

Commit 1834697

Browse files
authored
feat(docker): use project name for docker image (#30)
1 parent f6dfd5a commit 1834697

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_slug }}'
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)