Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fix the wrong parameter on the model server build workflow (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha authored Mar 25, 2024
1 parent 9f6c236 commit 4965f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: int128/kaniko-action@v1
with:
context: ./backend
file: ./backend/Dockerfile
file: ./backend/Dockerfile.model_server
push: true
cache: true
cache-repository: us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarCacheRepo }}/${{ env.GarImageName }}
Expand Down

0 comments on commit 4965f11

Please sign in to comment.