Skip to content

Commit

Permalink
Fix docker build break
Browse files Browse the repository at this point in the history
  • Loading branch information
blrchen committed Jul 30, 2023
1 parent 91b6d7a commit 1d37ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.chatgpt-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build and push multi-arch image
uses: docker/build-push-action@v4
with:
context: ./chatgpt-lite
file: chatgpt-lite/Dockerfile
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

1 comment on commit 1d37ac3

@vercel
Copy link

@vercel vercel bot commented on 1d37ac3 Jul 30, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

gptlite – ./

gptlite-git-main-blrchen.vercel.app
gptlite-blrchen.vercel.app
gptlite.vercel.app

Please sign in to comment.