We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d776ea9 commit beef28dCopy full SHA for beef28d
.github/workflows/ci-cd.yml
@@ -45,6 +45,9 @@ jobs:
45
sed -i "s|__NEXUS_USER__|${{ secrets.NEXUS_USER }}|g" Nuget.Config
46
sed -i "s|__NEXUS_PASSWORD__|${{ secrets.NEXUS_PASSWORD }}|g" Nuget.Config
47
48
+ - name: Debug NuGet.Config
49
+ run: cat Nuget.Config
50
+
51
- name: Build and push API Docker image
52
uses: docker/build-push-action@v5
53
with:
0 commit comments