Skip to content

Commit 7a12da0

Browse files
committed
fix backend image and pnpm cache dep path
1 parent f4f2e1e commit 7a12da0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Backend Checks
88
runs-on: ubuntu-latest
99
container:
10-
image: ghcr.io/astral-sh/uv:latest-python3.11-bookworm
10+
image: ghcr.io/astral-sh/uv:python3.11-bookworm
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Install dependencies
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
node-version: 24
3939
cache: "pnpm"
40+
cache-dependency-path: frontend/pnpm-lock.yaml
4041
- name: Install dependencies
4142
run: |-
4243
cd frontend

0 commit comments

Comments
 (0)