chore: build_docker repositories

This commit is contained in:
ChenZhaoYu 2023-02-16 20:30:49 +08:00
parent 4128d319ed
commit fd28468778
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: build_docker
on:
push:
branches: [ main ]
branches: [main]
jobs:
build_docker:
@ -15,7 +15,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: 0xjerry/chatgpt-web
images: chenzhaoyu94/chatgpt-web
- name: Set up QEMU
uses: docker/setup-qemu-action@v2