From 1a977bd4b43ca0e59ba30284bbcd5bc5e222dbaf Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Thu, 16 Oct 2025 20:16:48 +0200 Subject: [PATCH] [ci] Fix build from external forks Signed-off-by: Andrei Kvapil --- .github/workflows/pull-requests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yaml b/.github/workflows/pull-requests.yaml index 42ac1949..a4dc1a4b 100644 --- a/.github/workflows/pull-requests.yaml +++ b/.github/workflows/pull-requests.yaml @@ -1,7 +1,8 @@ name: Pull Request env: - REGISTRY: ${{ vars.OCIR_REPO }} + # TODO: unhardcode this + REGISTRY: iad.ocir.io/idyksih5sir9/cozystack on: pull_request: types: [opened, synchronize, reopened]