chore(deps): update docker/login-action action to v4.4.0

This commit is contained in:
renovate[bot]
2026-07-03 14:46:14 +00:00
committed by GitHub
parent 804b24b2d6
commit 5b25011853

View File

@@ -141,7 +141,7 @@ jobs:
# Docker
- name: Login to Container Registry
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
if: ${{ env.DOCKERHUB_USERNAME != '' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}