mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-01 12:23:01 +08:00
update
This commit is contained in:
parent
be3e486011
commit
943b884fb3
6
.github/workflows/develop.yml
vendored
6
.github/workflows/develop.yml
vendored
@ -30,14 +30,14 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Pull image
|
||||
run: |
|
||||
docker pull ${{ env.IMAGE }}:latest --platform linux/amd64 || true
|
||||
docker pull ${{ env.IMAGE }}:latest || true
|
||||
- name: Build image
|
||||
run: |
|
||||
docker build \
|
||||
--cache-from ${{ env.IMAGE }}:latest \
|
||||
--tag ${{ env.IMAGE }}:latest \
|
||||
--file ./app/backend/Dockerfile.prod \
|
||||
"./app/backend"
|
||||
--file ./backend/Dockerfile.prod \
|
||||
"./backend"
|
||||
- name: Push image
|
||||
run: |
|
||||
docker push ${{ env.IMAGE }}:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user