mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-07 15:53:45 +08:00
update
This commit is contained in:
parent
94f716d8d2
commit
9253aee204
4
.github/workflows/develop.yml
vendored
4
.github/workflows/develop.yml
vendored
@ -36,8 +36,8 @@ jobs:
|
|||||||
docker build \
|
docker build \
|
||||||
--cache-from ${{ env.IMAGE }}:latest \
|
--cache-from ${{ env.IMAGE }}:latest \
|
||||||
--tag ${{ env.IMAGE }}:latest \
|
--tag ${{ env.IMAGE }}:latest \
|
||||||
--file ./backend/Dockerfile.prod \
|
--file ./app/backend/Dockerfile.prod \
|
||||||
"./backend"
|
"./app/backend"
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: |
|
run: |
|
||||||
docker push ${{ env.IMAGE }}:latest
|
docker push ${{ env.IMAGE }}:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user