File tree 1 file changed +2
-2
lines changed
{{cookiecutter.git_repo_name}}
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ build:
24
24
25
25
{% if cookiecutter.container_runtime == "podman" %}
26
26
build-container :
27
- @cd containers && podman build --ssh=default – build-arg=build_branch=main -t {{ cookiecutter.git_repo_name }}:latest -f Containerfile
27
+ @cd containers && podman build --ssh=default -- build-arg=build_branch=main -t {{ cookiecutter.git_repo_name }}:latest -f Containerfile
28
28
{% endif %}
29
29
30
30
{% if cookiecutter.container_runtime == "docker" %}
31
31
build-container :
32
- @cd containers && docker build --ssh=default -t – build-arg=build_branch=main {{ cookiecutter.git_repo_name }}:latest -f Dockerfile
32
+ @cd containers && docker build --ssh=default -- build-arg=build_branch=main -t {{ cookiecutter.git_repo_name }}:latest -f Dockerfile
33
33
{% endif %}
34
34
35
35
coverage :
You can’t perform that action at this time.
0 commit comments