diff --git a/.gitea/workflows/build-dev.yaml b/.gitea/workflows/build-dev.yaml index ee62f8c..e12b961 100644 --- a/.gitea/workflows/build-dev.yaml +++ b/.gitea/workflows/build-dev.yaml @@ -38,11 +38,11 @@ jobs: - name: Build Docker image run: | - docker build -t code.paipai.life/backend/rn-outside:latest . + docker build -t code.paipai.life/backend/rn-h5:latest . - name: Push Docker image run: | - docker push code.paipai.life/backend/rn-outside:latest + docker push code.paipai.life/backend/rn-h5:latest env: DOCKER_CONTENT_TRUST: 0