Skip to content

Commit e69e282

Browse files
Update docker/login-action action to v3
1 parent 78bacfb commit e69e282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Login to Docker Hub
5555
if: github.event_name != 'pull_request'
56-
uses: docker/login-action@v2
56+
uses: docker/login-action@v3
5757
with:
5858
username: ${{ secrets.DOCKERHUB_USERNAME }}
5959
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)