Skip to content

Commit 58fd154

Browse files
committed
fix the workflow
1 parent b89f7d1 commit 58fd154

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/mlops_workflow.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
echo "DATABASE_URL=${{ secrets.DATABASE_URL }}" >> .env
3838
echo "LLM_API_KEY=${{ secrets.LLM_API_KEY }}" >> .env
3939
echo "MODEL=${{ secrets.MODEL }}" >> .env
40-
echo "API_V1_STR=${{ secrets.API_V1_STR }}" >> .env
41-
echo "PROJECT_NAME=${{ secrets.PROJECT_NAME }}" >> .env
42-
echo "DESCRIPTION=${{ secrets.DESCRIPTION }}" >> .env
43-
echo "VERSION=${{ secrets.VERSION }}" >> .env
4440
4541
- name: Set up QEMU for arm64
4642
run: |
@@ -64,8 +60,5 @@ jobs:
6460
docker buildx create --use
6561
docker buildx inspect --bootstrap
6662
docker buildx build --platform linux/arm64 -t cinex10/codinsight:latest --push .
67-
- name: Push Docker image
68-
run: |
69-
docker push cinex10/codinsight:latest
7063
- name: Clean up .env
7164
run: rm .env

0 commit comments

Comments
 (0)