Merge pull request #1345 from Retrospring/dependabot/github_actions/docker/login-action-3

This commit is contained in:
dependabot[bot] 2023-09-22 15:39:19 +00:00 committed by GitHub
commit 2b89f254b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
esac
- name: Login to registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}