Skip to content

Commit

Permalink
fix: update Docker login action to version 3 in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antosubash committed Nov 2, 2024
1 parent 5a776b2 commit f17bfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Push to Nuget
run: dotnet nuget push "nupkgs/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
- name: Log in to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit f17bfb0

Please sign in to comment.