We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a6349d + c5220df commit 6284e51Copy full SHA for 6284e51
1 file changed
.github/workflows/dotnet-cd.yml
@@ -96,7 +96,7 @@ jobs:
96
run: dotnet test --configuration Release --no-build --verbosity normal
97
98
- name: Log in to GitHub Container Registry
99
- uses: docker/login-action@v4.0.0
+ uses: docker/login-action@v4.1.0
100
with:
101
registry: ghcr.io
102
username: ${{ github.actor }}
0 commit comments