Skip to content

Commit

Permalink
fix: Fix dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Nov 1, 2024
1 parent db47edd commit f56b4e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64
context: open_webui
file: ./Dockerfile
context: ./open_webui
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64
context: litellm
file: ./Dockerfile
context: ./litellm
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit f56b4e4

Please sign in to comment.