Skip to content

Commit c8280a7

Browse files
authored
Merge pull request #337 from OWASP/dependabot/github_actions/docker/login-action-3
build(deps): bump docker/login-action from 2 to 3
2 parents 075665b + 18ece2e commit c8280a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: docker/setup-buildx-action@v3
9090

9191
- name: Login to DockerHub
92-
uses: docker/login-action@v2
92+
uses: docker/login-action@v3
9393
with:
9494
username: ${{ secrets.DOCKER_USERNAME }}
9595
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)