Skip to content

Commit c421440

Browse files
authored
Merge pull request #881 from DependencyTrack/dependabot/github_actions/docker/login-action-3.2.0
build(deps): bump docker/login-action from 3.1.0 to 3.2.0
2 parents b4ecac7 + f7a3453 commit c421440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_meta-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
install: true
9090

9191
- name: Login to Docker.io
92-
uses: docker/login-action@v3.1.0
92+
uses: docker/login-action@v3.2.0
9393
if: ${{ inputs.publish-container }}
9494
with:
9595
registry: docker.io

0 commit comments

Comments
 (0)