From de34780a474eb568c57b7c142a6f0d2c9fa10ee2 Mon Sep 17 00:00:00 2001 From: winstonfly Date: Fri, 27 Feb 2026 13:01:22 +0800 Subject: [PATCH 1/2] Deploy pages Signed-off-by: winstonfly --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7e87273bde15e691e0353cf8268956b9214c3c2b Mon Sep 17 00:00:00 2001 From: winstonfly Date: Fri, 27 Feb 2026 13:03:42 +0800 Subject: [PATCH 2/2] Fix Signed-off-by: winstonfly --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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