From ef5e8a8b35adfd250a6b0219096b7390fdc3ab2b Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 25 Nov 2025 09:44:42 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-dev?= =?UTF-8?q?.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-dev.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-dev.yaml b/.gitea/workflows/build-dev.yaml index 7caeffa..4ad760b 100644 --- a/.gitea/workflows/build-dev.yaml +++ b/.gitea/workflows/build-dev.yaml @@ -32,17 +32,17 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: code.paipai.life/backend/rn-h5 + images: code.paipai.life/frontend/rn-h5 tags: | type=raw,value=latest - name: Build Docker image run: | - docker build -f Dockerfile-dev -t code.paipai.life/backend/rn-h5:latest . + docker build -f Dockerfile-dev -t code.paipai.life/frontend/rn-h5:latest . - name: Push Docker image run: | - docker push code.paipai.life/backend/rn-h5:latest + docker push code.paipai.life/frontend/rn-h5:latest env: DOCKER_CONTENT_TRUST: 0 @@ -78,7 +78,7 @@ jobs: cd /home/paipai/data/rn-h5 # 拉取最新镜像 - docker pull code.paipai.life/backend/rn-h5:latest + docker pull code.paipai.life/frontend/rn-h5:latest # 使用 docker-compose 部署 docker compose -f docker-compose-dev.yaml down