Skip to content

Commit

Permalink
Merge pull request #24 from dapr-sandbox/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/login-action-3
  • Loading branch information
lburgazzoli committed Sep 12, 2023
2 parents ce8437d + 720be26 commit 041fe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
go-version: '1.21'
- name: "Login to Container registry"
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 041fe23

Please sign in to comment.