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