Skip to content

Commit a7b938a

Browse files
committed
ci: fix deploy
1 parent 7cd3d93 commit a7b938a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Build and push Docker image
5252
uses: docker/build-push-action@v5
5353
with:
54-
context: .
55-
file: ./src/rust/fcb_api/Dockerfile
54+
context: ./src/rust/fcb_api
55+
file: ./Dockerfile
5656
push: true
5757
tags: ${{ steps.meta.outputs.tags }}
5858
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)