更新 .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 - name: Build Docker image
run: | 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 - name: Push Docker image
run: | run: |
docker push code.paipai.life/backend/rn-outside:latest docker push code.paipai.life/backend/rn-h5:latest
env: env:
DOCKER_CONTENT_TRUST: 0 DOCKER_CONTENT_TRUST: 0