更新 .gitea/workflows/build-dev.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user