Skip to content

Commit

Permalink
Fix docker build file path
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Oct 31, 2024
1 parent 084730c commit c89ea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nginx-serve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
file: Dockerfile
file: nginx-serve/Dockerfile
target: nginx-serve
load: true
push: true
Expand Down

0 comments on commit c89ea3a

Please sign in to comment.