From 9bdc1ab65f7252e56a742a98b0e01d74482e8ba4 Mon Sep 17 00:00:00 2001 From: Gharekhani Ehsan Date: Thu, 25 Dec 2025 16:48:18 +0330 Subject: [PATCH] test --- .github/workflows/test-full.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-full.yaml b/.github/workflows/test-full.yaml index 2201d78..076379a 100644 --- a/.github/workflows/test-full.yaml +++ b/.github/workflows/test-full.yaml @@ -25,7 +25,7 @@ jobs: if: ${{ github.event.inputs.run-docker }} uses: ./.github/workflows/docker.yaml with: - debug: ${{ github.event.inputs.debug }} + debug: true registry: ${{ vars.REGISTERY_ADDRESS }} secrets: REGISTERY_USER: ${{ secrets.REGISTERY_USER }} @@ -35,7 +35,8 @@ jobs: uses: ./.github/workflows/argocd.yaml needs: docker with: - debug: ${{ github.event.inputs.debug }} + debug: true + registry: ${{ vars.REGISTERY_ADDRESS }} secrets: ARGOCD_GIT_TOKEN: ${{ secrets.ARGOCD_GIT_TOKEN }} \ No newline at end of file