Skip to content

Commit 34b4394

Browse files
Bump docker/login-action from 3.0.0 to 3.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.0.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42a5cd0 commit 34b4394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: docker run --rm dodsleague/dods-competitive:latest /app/ll-tests/dods-competitive.sh
3939
- name: Login to DockerHub
4040
if: ${{ github.event_name != 'pull_request' }}
41-
uses: docker/login-action@v3.0.0
41+
uses: docker/login-action@v3.2.0
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)