build(deps): bump docker/login-action from 3.6.0 to 3.7.0 in the updates group (#3900)

This commit is contained in:
dependabot[bot]
2026-02-02 07:11:03 -06:00
committed by GitHub
parent 9520b06095
commit 90ac9589e3

View File

@@ -162,14 +162,14 @@ jobs:
tests/test.sh
- name: Login to DockerHub
uses: docker/login-action@v3.6.0
uses: docker/login-action@v3.7.0
if: env.HAS_IMAGE_REPO_ACCESS
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GHCR
uses: docker/login-action@v3.6.0
uses: docker/login-action@v3.7.0
if: env.HAS_IMAGE_REPO_ACCESS
with:
registry: ghcr.io