Skip to content

Commit 7fb110f

Browse files
authored
Merge pull request #734 from OWASP/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents c570fb8 + 2e0c246 commit 7fb110f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up QEMU
1414
uses: docker/setup-qemu-action@v3
1515
- name: Login to Docker Hub
16-
uses: docker/login-action@v2
16+
uses: docker/login-action@v3
1717
with:
1818
username: ${{ secrets.DOCKER_HUB_USERNAME }}
1919
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)