Skip to content

update litellm -> 1.49.0 #2245

update litellm -> 1.49.0

update litellm -> 1.49.0 #2245

Workflow file for this run

name: foundry
on: {workflow_dispatch, push: {branches: [main]}}
jobs:
build_v2:
strategy:
fail-fast: false
matrix:
image:
- certbot_aws
- curl
- hex
- k8s_aws
- k8s_gcp
- nix
- pypi
- python311
- python312
- zaddy
name: foundry-${{ matrix.image }}
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@master
with:
name: jacobi
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix run .#skopeo -- login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
- run: nix run .#foundry.${{ matrix.image }}.copyToRegistry
- run: |
export IMAGE="docker://$(nix eval --raw .#foundry.${{ matrix.image }}.imageName)"
export TAG="$(nix eval --raw .#foundry.${{ matrix.image }}.imageTag)"
skopeo --insecure-policy copy "$IMAGE:$TAG" "$IMAGE:$(date +"%F")"
skopeo --insecure-policy copy "$IMAGE:$TAG" "$IMAGE:latest"