Skip to content

Commit

Permalink
ci: fix Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
darmiel authored Oct 13, 2023
1 parent ea23c62 commit 0d96fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-latest-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./backend
file: Dockerfile
file: ./backend/Dockerfile
push: true
tags: ghcr.io/darmiel/perplex-backend:latest

Expand Down

0 comments on commit 0d96fb1

Please sign in to comment.