Skip to content

Commit

Permalink
fix: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Musicminion authored Apr 8, 2024
1 parent 05079e9 commit cb739fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/develop-aliyun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
- name: "Clone Overleaf And Build"
run: |
cd ./develop-pro/
docker compose -f ./docker-compose.aliyun.yml build ${{matrix.image-name}}
docker compose -f ./docker-compose.aliyun.yml push ${{matrix.image-name}}
make aliyun
bin/build ${{matrix.image-name}}
bin/push ${{matrix.image-name}}
clean-image:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: "Clone Overleaf And Build"
run: |
cd ./develop-pro/
make ghcr
bin/build ${{matrix.image-name}}
bin/push ${{matrix.image-name}}
Expand Down

0 comments on commit cb739fb

Please sign in to comment.