From 66c38ef5b0e8196702cbb54af1fae86963e01f08 Mon Sep 17 00:00:00 2001 From: johlanse Date: Fri, 19 Aug 2022 09:45:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=89=A9=E6=8E=A8=E9=80=81=E5=88=B0jo?= =?UTF-8?q?lanse=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-to-docker.yml | 2 +- docs/linux/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-to-docker.yml b/.github/workflows/push-to-docker.yml index f3379e6..6ca4be5 100644 --- a/.github/workflows/push-to-docker.yml +++ b/.github/workflows/push-to-docker.yml @@ -64,7 +64,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: johlanse/study_xxqg + images: jolanse/study_xxqg tags: | type=raw,value=latest type=ref,event=tag diff --git a/docs/linux/index.md b/docs/linux/index.md index 22aacf7..6a77fa6 100644 --- a/docs/linux/index.md +++ b/docs/linux/index.md @@ -11,7 +11,7 @@ ## docker运行 ``` -docker run --name study_xxqg -d -p 8080:8080 -v /etc/study_xxqg/:/opt/config/ johlanse/study_xxqg:latest +docker run --name study_xxqg -d -p 8080:8080 -v /etc/study_xxqg/:/opt/config/ jolanse/study_xxqg:latest ``` 各个参数的含义: