Skip to content

Commit 9ac5896

Browse files
committed
Escape {{ in template container.yml
1 parent a99ca57 commit 9ac5896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
tags: ${{ "{{" }} steps.meta.outputs.tags }}
6565
labels: ${{ "{{" }} steps.meta.outputs.labels }}
6666
build-args: |
67-
"POETRY_DYNAMIC_VERSIONING_BYPASS=${{ env.PROJECT_VERSION }}"
67+
"POETRY_DYNAMIC_VERSIONING_BYPASS=${{ "{{" }} env.PROJECT_VERSION }}"

0 commit comments

Comments
 (0)