Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
Publish-Release workflow: Set docker-login action to v3
  • Loading branch information
markwoerdenweber authored Dec 9, 2024
1 parent b2e6f9f commit 498819e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: dotnet build Smartstore.sln -c Release

- name: Log in to the GitHub Container registry
uses: docker/login-action@v4
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 498819e

Please sign in to comment.