Skip to content

Commit 94ca03f

Browse files
authored
Merge pull request #137 from CycloneDX/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents b894c08 + 56721a3 commit 94ca03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: docker/setup-qemu-action@v2
114114

115115
- name: Login to DockerHub
116-
uses: docker/login-action@v2
116+
uses: docker/login-action@v3
117117
with:
118118
username: ${{ secrets.DOCKERHUB_USERNAME }}
119119
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)