Skip to content

Commit a845464

Browse files
chore(deps): update docker/login-action action to v4
1 parent e5d1343 commit a845464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yml

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

5151
- name: Login to DockerHub
5252
if: github.event_name != 'pull_request'
53-
uses: docker/login-action@v3
53+
uses: docker/login-action@v4
5454
with:
5555
registry: quay.io
5656
username: ${{ secrets.DOCKER_RELEASE_USERNAME }}

0 commit comments

Comments
 (0)