Skip to content

Commit

Permalink
ci : fix dockerFile path
Browse files Browse the repository at this point in the history
  • Loading branch information
JiwonKKang committed Sep 13, 2024
1 parent 307de5e commit d0926eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v4
with:
file: ./application/app-api/Dockerfile
file: ./tracedin-application/app-api/Dockerfile
context: .
builder: ${{ steps.buildx.outputs.name }}
push: true
Expand Down

0 comments on commit d0926eb

Please sign in to comment.