Skip to content

Commit 0c2462d

Browse files
authored
Update docker-image.yml
1 parent 81f4444 commit 0c2462d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
id: meta
1919
uses: docker/metadata-action@v3
2020
with:
21-
images: xhofe/ddddocr_server
21+
images: cloudlinksu/openlist-ocr-server
2222
- name: Set up QEMU
2323
uses: docker/setup-qemu-action@v1
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v1
2626
- name: Login to DockerHub
2727
uses: docker/login-action@v1
2828
with:
29-
username: xhofe
29+
username: cloudlinksu
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}
3131
- name: Build and push
3232
id: docker_build

0 commit comments

Comments
 (0)