build(deps): bump docker/login-action from 4.5.2 to 4.6.0 in the updates group (#4216)

This commit is contained in:
dependabot[bot]
2026-08-05 07:01:48 -05:00
committed by GitHub
parent 4fc54b9e43
commit 4657c5f8f3
+2 -2
View File
@@ -195,14 +195,14 @@ jobs:
tests/test.sh
- name: Login to DockerHub
uses: docker/login-action@v4.5.2
uses: docker/login-action@v4.6.0
if: env.HAS_IMAGE_REPO_ACCESS == 'true'
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GHCR
uses: docker/login-action@v4.5.2
uses: docker/login-action@v4.6.0
if: env.HAS_IMAGE_REPO_ACCESS == 'true'
with:
registry: ghcr.io