Bump docker/login-action from 3.1.0 to 3.2.0 (#7521)

Release notes: https://github.com/docker/login-action/releases/tag/v3.2.0
Changelog: docker/login-action@v3.1.0...v3.2.0
This commit is contained in:
dependabot[bot] 2024-06-03 10:10:40 -07:00 committed by GitHub
parent 347ccf8152
commit 6277644d17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
- name: Docker Login - name: Docker Login
# You may pin to the exact commit or the version. # You may pin to the exact commit or the version.
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a # uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
uses: docker/login-action@v3.1.0 uses: docker/login-action@v3.2.0
with: with:
# Username used to log against the Docker registry # Username used to log against the Docker registry
username: ${{ secrets.DOCKER_USERNAME}} username: ${{ secrets.DOCKER_USERNAME}}