From 05f174a180ba533818dbac19f16839b64fdac641 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Mon, 20 Oct 2025 19:39:15 +0200 Subject: [PATCH] feat: move previews to immich.build (#23089) dep https://github.com/immich-app/devtools/pull/1064 --- .github/workflows/preview-label.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-label.yaml b/.github/workflows/preview-label.yaml index fc01dc53f9..8760b67fc0 100644 --- a/.github/workflows/preview-label.yaml +++ b/.github/workflows/preview-label.yaml @@ -23,7 +23,7 @@ jobs: with: github-token: ${{ steps.token.outputs.token }} message-id: 'preview-status' - message: 'Deploying preview environment to https://pr-${{ github.event.pull_request.number }}.preview.internal.immich.cloud/' + message: 'Deploying preview environment to https://pr-${{ github.event.pull_request.number }}.preview.internal.immich.build/' remove-label: runs-on: ubuntu-latest