We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94e35f0 + c5220df commit b832568Copy full SHA for b832568
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@v4.0.0
+ uses: docker/login-action@v4.1.0
91
with:
92
registry: ghcr.io
93
username: ${{ github.actor }}
0 commit comments