Skip to content

Update immich-app/immich-server Docker tag to v1.106.4 #554

Update immich-app/immich-server Docker tag to v1.106.4

Update immich-app/immich-server Docker tag to v1.106.4 #554

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit-fix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: pre-commit/[email protected]