We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18dde9 commit 2cd4a77Copy full SHA for 2cd4a77
2 files changed
.github/workflows/build_docker_image.yml
@@ -26,6 +26,6 @@ jobs:
26
uses: docker/build-push-action@v2
27
with:
28
file: Dockerfile
29
- context: {{cookiecutter.project_name}}/template_minimal
+ context: ./{{cookiecutter.project_name}}/template_minimal
30
push: true
31
tags: rafsaf/minimal-fastapi-postgres-template:latest
.github/workflows/manual_build_docker_image.yml
@@ -24,6 +24,6 @@ jobs:
24
25
tags: rafsaf/minimal-fastapi-postgres-template:${{ github.event.inputs.tag }}
0 commit comments