chore(ci): deduplicate e2e server image cache with docker.yml

Change-Id: Idf104d87732b85b7402870195509752a6a6a6964
This commit is contained in:
midzelis
2026-03-24 14:49:10 +00:00
parent 10218fb900
commit 1d6131e490
3 changed files with 36 additions and 9 deletions
-7
View File
@@ -1,13 +1,6 @@
name: immich-e2e
services:
immich-server:
build:
cache_from:
- type=gha,scope=e2e-server-${RUNNER_ARCH:-X64}
cache_to:
- type=gha,mode=max,scope=e2e-server-${RUNNER_ARCH:-X64}
e2e-auth-server:
build:
cache_from:
+1 -2
View File
@@ -17,8 +17,7 @@ services:
context: ../
dockerfile: server/Dockerfile
cache_from:
- type=registry,ref=ghcr.io/immich-app/immich-server-build-cache:linux-amd64-cc099f297acd18c924b35ece3245215b53d106eb2518e3af6415931d055746cd-main
- type=registry,ref=ghcr.io/immich-app/immich-server-build-cache:linux-arm64-cc099f297acd18c924b35ece3245215b53d106eb2518e3af6415931d055746cd-main
- type=registry,ref=ghcr.io/immich-app/immich-server-build-cache:${SERVER_CACHE_KEY:-linux-amd64-cc099f297acd18c924b35ece3245215b53d106eb2518e3af6415931d055746cd-main}
args:
- BUILD_ID=1234567890
- BUILD_IMAGE=e2e