Skip to content

Commit a03be18

Browse files
chore(deps): update docker/login-action action to v3
1 parent 5f30a4e commit a03be18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/client-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Docker Buildx
2828
uses: docker/setup-buildx-action@v2
2929
- name: Login to Docker Hub
30-
uses: docker/login-action@v2
30+
uses: docker/login-action@v3
3131
with:
3232
username: ${{ secrets.docker_username }}
3333
password: ${{ secrets.docker_password }}

0 commit comments

Comments
 (0)