Skip to content

Commit 2cd4a77

Browse files
committed
docker build workflows try to fix context:
1 parent d18dde9 commit 2cd4a77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
uses: docker/build-push-action@v2
2727
with:
2828
file: Dockerfile
29-
context: {{cookiecutter.project_name}}/template_minimal
29+
context: ./{{cookiecutter.project_name}}/template_minimal
3030
push: true
3131
tags: rafsaf/minimal-fastapi-postgres-template:latest

.github/workflows/manual_build_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: docker/build-push-action@v2
2525
with:
2626
file: Dockerfile
27-
context: {{cookiecutter.project_name}}/template_minimal
27+
context: ./{{cookiecutter.project_name}}/template_minimal
2828
push: true
2929
tags: rafsaf/minimal-fastapi-postgres-template:${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)