We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b546aa + 7f7f106 commit 5fd85c6Copy full SHA for 5fd85c6
1 file changed
.github/workflows/dotnet-cd.yml
@@ -87,7 +87,7 @@ jobs:
87
run: dotnet test --configuration Release --no-build --verbosity normal
88
89
- name: Log in to GitHub Container Registry
90
- uses: docker/login-action@v3.6.0
+ uses: docker/login-action@v3.7.0
91
with:
92
registry: ghcr.io
93
username: ${{ github.actor }}
0 commit comments