Skip to content

Commit

Permalink
ci: fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
darmiel authored Oct 13, 2023
1 parent 3e0005c commit ea23c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-latest-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Push to GitHub Packages
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
context: ./backend
file: Dockerfile
push: true
tags: ghcr.io/darmiel/perplex-backend:latest

Expand Down

0 comments on commit ea23c62

Please sign in to comment.