Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/auto-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
workflow_dispatch:
push:
branches:
- "master"
- "main"

permissions:
contents: write
pull-requests: write

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "immich.dnp.dappnode.eth",
"version": "0.1.0",
"version": "0.1.2",
"description": "Self hosted image management solution with local face recognition and categorization",
"type": "service",
"author": "dappnode",
Expand All @@ -13,12 +13,12 @@
"upstream": [
{
"repo": "ghcr.io/immich-app/immich-server",
"version": "v2.1.0",
"version": "v2.7.5",
"arg": "IMMICH_VERSION"
},
{
"repo": "ghcr.io/immich-app/immich-machine-learning",
"version": "v2.1.0",
"version": "v2.7.5",
"arg": "IMMICH_VERSION"
},
{
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ./immich-server
args:
IMMICH_VERSION: v2.1.0
IMMICH_VERSION: v2.7.5
environment:
DB_USERNAME: "postgres"
DB_PASSWORD: "postgres"
Expand All @@ -22,7 +22,7 @@ services:
build:
context: ./immich-machine-learning
args:
IMMICH_VERSION: v2.1.0
IMMICH_VERSION: v2.7.5
environment:
UPLOAD_LOCATION: "./library"
volumes:
Expand Down