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 16535f9 commit a77a0acCopy full SHA for a77a0ac
.github/workflows/ci-cd.yml
@@ -45,9 +45,6 @@ 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