From 86d7001e7961872437bfacf9c5a3c3f5247c9509 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Wed, 10 Dec 2025 00:48:50 +0300 Subject: [PATCH] build: test --- .github/workflows/deploy.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d55a7ad..a2b0ed3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,14 +36,17 @@ jobs: registry: ${{ secrets.WINSOMNIA_REGISTRY }} username: ${{ secrets.WINSOMNIA_REGISTRY_USER }} password: ${{ secrets.WINSOMNIA_REGISTRY_TOKEN }} + + - name: Debug NuGet secrets + run: | + echo "SOURCE='${{ secrets.WINSOMNIA_NUGET_SOURCE }}'" + - name: Build & Push Docker Image id: build run: | IMAGE="${{ secrets.WINSOMNIA_REGISTRY }}/winsomnia/${{ steps.envdetect.outputs.repo_slug }}:${GITHUB_REF_NAME}" - echo ${{ secrets.WINSOMNIA_NUGET_SOURCE }} - docker build \ --secret id=nuget_username,env=WINSOMNIA_NUGET_USERNAME \ --secret id=nuget_token,env=WINSOMNIA_NUGET_TOKEN \