Update dependency docker/login-action to v4.5.1
This commit is contained in:
@@ -82,7 +82,7 @@ jobs:
|
||||
|
||||
- name: Login to Gitea Container Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v4.4.0
|
||||
uses: docker/login-action@v4.5.1
|
||||
with:
|
||||
registry: ${{ env.REGISTRY_HOST }}
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
Reference in New Issue
Block a user