Skip to content

Commit

Permalink
docker build workflows try to fix context:
Browse files Browse the repository at this point in the history
  • Loading branch information
rafsaf committed May 7, 2022
1 parent d18dde9 commit 2cd4a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: docker/build-push-action@v2
with:
file: Dockerfile
context: {{cookiecutter.project_name}}/template_minimal
context: ./{{cookiecutter.project_name}}/template_minimal
push: true
tags: rafsaf/minimal-fastapi-postgres-template:latest
2 changes: 1 addition & 1 deletion .github/workflows/manual_build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: docker/build-push-action@v2
with:
file: Dockerfile
context: {{cookiecutter.project_name}}/template_minimal
context: ./{{cookiecutter.project_name}}/template_minimal
push: true
tags: rafsaf/minimal-fastapi-postgres-template:${{ github.event.inputs.tag }}

0 comments on commit 2cd4a77

Please sign in to comment.