From 1b81fbd39572856551f5ba3f1cd7ca25870a8111 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 5 Apr 2024 18:35:48 +0200 Subject: [PATCH] fix(ci): fixes Signed-off-by: rjshrjndrn --- .github/workflows/patch-build.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/patch-build.yaml b/.github/workflows/patch-build.yaml index 77551fe1b..0e4597b96 100644 --- a/.github/workflows/patch-build.yaml +++ b/.github/workflows/patch-build.yaml @@ -144,8 +144,10 @@ jobs: if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 env: - DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }} - IMAGE_TAG: ${{ github.sha }} - ENVIRONMENT: staging + DOCKER_REPO_ARM: ${{ secrets.RELEASE_ARM_REGISTRY }} + DOCKER_REPO_OSS: ${{ secrets.RELEASE_OSS_REGISTRY }} + MSAAS_REPO_CLONE_TOKEN: ${{ secrets.MSAAS_REPO_CLONE_TOKEN }} + MSAAS_REPO_URL: ${{ secrets.MSAAS_REPO_URL }} + MSAAS_REPO_FOLDER: /tmp/msaas with: limit-access-to-actor: true