Skip to content

Commit 3755d75

Browse files
dependabot[bot]TraGicCode
authored andcommitted
Bump docker/login-action from 4 to 4.5.2
Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fdfb6ff commit 3755d75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_build_or_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Only log in when we intend to push (keeps secrets out of PR builds)
3737
- name: Log in to Docker Hub
3838
if: inputs.push
39-
uses: docker/login-action@v4
39+
uses: docker/login-action@v4.5.2
4040
with:
4141
username: tragiccode
4242
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)