Skip to content

Commit e073cf8

Browse files
chore(deps): update docker/login-action action to v3.5.0
1 parent d4e7227 commit e073cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerPush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
platforms: linux/amd64,linux/arm64
3030

3131
- name: Log in to Docker Hub
32-
uses: docker/login-action@v3.4.0
32+
uses: docker/login-action@v3.5.0
3333
with:
3434
username: ${{ secrets.DOCKER_USERNAME }}
3535
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)