Skip to content

Commit

Permalink
Fix for dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
sushiat committed Oct 31, 2023
1 parent 8154b9b commit 3aaeeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
context: ./OpenSky.Website/
file: ./Dockerfile
push: true
tags: openskyto/openskywebsite:dev

0 comments on commit 3aaeeb0

Please sign in to comment.