build(deps): bump docker/login-action from 3.4.0 to 3.5.0 in the updates group (#3615)

This commit is contained in:
dependabot[bot]
2025-08-12 11:16:37 -05:00
committed by GitHub
parent ba172b2aa9
commit acfd6fadf8
+2 -2
View File
@@ -186,14 +186,14 @@ jobs:
tests/test.sh tests/test.sh
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v3.4.0 uses: docker/login-action@v3.5.0
if: env.HAS_IMAGE_REPO_ACCESS if: env.HAS_IMAGE_REPO_ACCESS
with: with:
username: ${{ secrets.DOCKER_USER }} username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GHCR - name: Login to GHCR
uses: docker/login-action@v3.4.0 uses: docker/login-action@v3.5.0
if: env.HAS_IMAGE_REPO_ACCESS if: env.HAS_IMAGE_REPO_ACCESS
with: with:
registry: ghcr.io registry: ghcr.io