From c734b28d0a10191af45fceb178eb9b5d1de5df2c Mon Sep 17 00:00:00 2001 From: chenzihao Date: Mon, 19 May 2025 06:49:07 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/builder-u?= =?UTF-8?q?i.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/builder-ui.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitea/workflows/builder-ui.yaml b/.gitea/workflows/builder-ui.yaml index bdcc513..9e8d7e5 100644 --- a/.gitea/workflows/builder-ui.yaml +++ b/.gitea/workflows/builder-ui.yaml @@ -14,13 +14,6 @@ jobs: - name: Checkout uses: docker/checkout@v4 - - name: Login to docker.yzj - uses: docker/login-action@v3 - with: - registry: docker.yzj - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - name: 构建 Docker 镜像 run: - cd sf-ui && docker build -t docker.yzj/sac/sf-ui -f ./Dockerfile --push . \ No newline at end of file + cd sf-ui && docker build -t 192.168.5.120:5000/sac/sf-ui -f ./Dockerfile --push . \ No newline at end of file