更新 .gitea/workflows/build-dev.yaml

This commit is contained in:
2025-11-25 09:38:16 +00:00
parent 294c1d6877
commit 82d8d119c7

View File

@@ -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