build: test
Some checks failed
Winsomnia GitOps Pipeline / build-and-push (push) Failing after 17s
Winsomnia GitOps Pipeline / deploy (push) Has been skipped

This commit is contained in:
2025-12-10 00:48:50 +03:00
parent 7417e8c3eb
commit 86d7001e79

View File

@@ -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 \