From e942ea57d6f41007989612a4887fdc832798f9fd Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Tue, 1 Aug 2023 22:52:19 -0500 Subject: [PATCH] test --- .github/workflows/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 072e2ba66..2a6ecf766 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ permissions: jobs: build_and_push: - runs-on: ubuntu-latest + runs-on: self-hosted strategy: # Prevent a failure in one image from stopping the other builds fail-fast: false @@ -27,7 +27,6 @@ jobs: - context: "server" image: "immich-server" platforms: "linux/arm/v7,linux/amd64,linux/arm64" - runs-on: self-hosted - context: "web" image: "immich-web" platforms: "linux/arm/v7,linux/amd64,linux/arm64"