From 00362061e7ad8aba89402aa5bc69f89741d4bb5b Mon Sep 17 00:00:00 2001 From: uhkfc Date: Mon, 2 Sep 2024 13:00:12 +0200 Subject: [PATCH] fix: docker context --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4490890f3..a6da8f2f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,12 +22,12 @@ jobs: matrix: include: - image: uftos-api - context: . + context: server file: server/Dockerfile platforms: linux/amd64,linux/arm64 device: cpu - - image: immich-web - context: . + - image: uftos-web + context: web file: web/Dockerfile platforms: linux/amd64,linux/arm64 device: cpu