build(deps): bump docker/login-action from 3.1.0 to 3.2.0 in the updates group (#2872)

This commit is contained in:
dependabot[bot] 2024-06-03 08:27:19 -05:00 committed by GitHub
parent b3e0ea14bf
commit 2cf4b98d76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -161,14 +161,14 @@ jobs:
tests/test.sh
- name: Login to DockerHub
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.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.1.0
uses: docker/login-action@v3.2.0
if: env.HAS_IMAGE_REPO_ACCESS
with:
registry: ghcr.io