We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd3d93 commit a7b938aCopy full SHA for a7b938a
.github/workflows/deploy-api.yml
@@ -51,8 +51,8 @@ jobs:
51
- name: Build and push Docker image
52
uses: docker/build-push-action@v5
53
with:
54
- context: .
55
- file: ./src/rust/fcb_api/Dockerfile
+ context: ./src/rust/fcb_api
+ file: ./Dockerfile
56
push: true
57
tags: ${{ steps.meta.outputs.tags }}
58
labels: ${{ steps.meta.outputs.labels }}
0 commit comments