Update ghcr_deploy.yml

This commit is contained in:
Krish Dholakia 2024-03-28 16:34:46 -07:00 committed by GitHub
parent dc6d99314a
commit f40c37161b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,8 +159,8 @@ jobs:
- name: Build and push Database Docker image - name: Build and push Database Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with: with:
context: "https://github.com/BerriAI/litellm/litellm-js/spend-logs" context: .
file: Dockerfile file: ./litellm-js/spend-logs/Dockerfile
push: true push: true
tags: ${{ steps.meta-spend-logs.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta-spend-logs.outputs.tags }}-latest tags: ${{ steps.meta-spend-logs.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta-spend-logs.outputs.tags }}-latest
labels: ${{ steps.meta-spend-logs.outputs.labels }} labels: ${{ steps.meta-spend-logs.outputs.labels }}