Skip to content

Commit

Permalink
Fix Build Version (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 authored Nov 19, 2023
1 parent fa0d19c commit b3ea53f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
danswer/danswer-backend:${{ github.ref_name }}
danswer/danswer-backend:latest
build-args: |
DANSWER_VERSION:${{ github.ref_name }}
DANSWER_VERSION=${{ github.ref_name }}
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
danswer/danswer-model-server:${{ github.ref_name }}
danswer/danswer-model-server:latest
build-args: |
DANSWER_VERSION:${{ github.ref_name }}
DANSWER_VERSION=${{ github.ref_name }}
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
danswer/danswer-web-server:${{ github.ref_name }}
danswer/danswer-web-server:latest
build-args: |
DANSWER_VERSION:${{ github.ref_name }}
DANSWER_VERSION=${{ github.ref_name }}

1 comment on commit b3ea53f

@vercel
Copy link

@vercel vercel bot commented on b3ea53f Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.