Update dependency docker/login-action to v4.5.1

This commit is contained in:
2026-07-25 03:00:34 +00:00
parent 7fd2d1a668
commit 6691fc1758
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
- name: Login to Gitea Container Registry - name: Login to Gitea Container Registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v4.4.0 uses: docker/login-action@v4.5.1
with: with:
registry: ${{ env.REGISTRY_HOST }} registry: ${{ env.REGISTRY_HOST }}
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}