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