Jatin Mehra commited on
Commit
fb88988
·
1 Parent(s): 4e55398
.dockerignore ADDED
@@ -0,0 +1 @@
 
 
1
+ secrets.toml
.github/workflows/deploy-image.yml CHANGED
@@ -39,4 +39,6 @@ jobs:
39
  context: .
40
  push: true
41
  tags: ${{ steps.meta.outputs.tags }}
42
- labels: ${{ steps.meta.outputs.labels }}
 
 
 
39
  context: .
40
  push: true
41
  tags: ${{ steps.meta.outputs.tags }}
42
+ labels: ${{ steps.meta.outputs.labels }}
43
+ build-args: |
44
+ SECRET_TOKEN=${{ secrets.GROQ_API_KEY }}