Skip to content

Commit 1d27b33

Browse files
authored
Merge pull request #197 from DependencyTrack/dependabot/github_actions/docker/login-action-2.0.0
build(deps): bump docker/login-action from 1.13.0 to 2.0.0
2 parents 7edd6a9 + 68a175d commit 1d27b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_meta-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
install: true
8686

8787
- name: Login to Docker.io
88-
uses: docker/login-action@v1.13.0
88+
uses: docker/login-action@v2.0.0
8989
if: ${{ inputs.publish-container }}
9090
with:
9191
registry: docker.io

0 commit comments

Comments
 (0)