diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 3348c44..2e09550 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -33,4 +33,4 @@ jobs: context: . push: true # 这样会触发 Dockerfile 里的 npm install 和 npm build - tags: ${{ secrets.DOCKER_USERNAME }}/wireflow-web:dev \ No newline at end of file + tags: ghcr.io/wireflowio/wireflow-web:dev \ No newline at end of file diff --git a/Readme.md b/Readme.md index 38e352a..c1b9a54 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,3 @@ # wireflow-web -wireflow-web is \ No newline at end of file +wireflow-web used for wireflow (K8S Native Network) \ No newline at end of file