Skip to content

Commit

Permalink
Fix DockerHub image publish error (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
blrchen authored Sep 1, 2023
1 parent 8c21d8d commit 6085628
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker.chatgpt-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
branches:
- main
paths:
- 'chatgpt-minimal/**'

jobs:
build_and_push_image:
Expand All @@ -32,8 +30,8 @@ jobs:
- name: Build and push multi-arch image
uses: docker/build-push-action@v4
with:
context: ./chatgpt-minimal
file: chatgpt-minimal/Dockerfile
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

1 comment on commit 6085628

@vercel
Copy link

@vercel vercel bot commented on 6085628 Sep 1, 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:

chatgpt-minimal – ./

chatgpt-minimal-blrchen.vercel.app
chatgpt-minimal.vercel.app
chatgpt-minimal-git-main-blrchen.vercel.app

Please sign in to comment.