Skip to content

Commit 943f775

Browse files
committed
Fix docker build context
1 parent dff7ddd commit 943f775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build and Push Docker Image
3131
uses: docker/build-push-action@v5
3232
with:
33-
context: ./API-PCB
33+
context: .
3434
push: true
3535
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
3636

0 commit comments

Comments
 (0)