mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
ci(e2e): pin the Redis timeout workflow's Postgres image by digest
Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
parent
1213d7d399
commit
be7dce30a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-e2e-redis-timeout.yml
vendored
2
.github/workflows/test-e2e-redis-timeout.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
timeout-minutes: 30
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16.6
|
||||
image: postgres:16.6@sha256:557fea37a744d5f4c8faab304b0a90858b53ab119735a88c131fd19dab802f36
|
||||
env:
|
||||
POSTGRES_USER: llmproxy
|
||||
POSTGRES_PASSWORD: dbpassword9090
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue