mirror of
https://github.com/furyhawk/listen.git
synced 2026-07-21 00:45:36 +00:00
Merge pull request #82 from furyhawk/dependabot/github_actions/docker/login-action-4
chore(deps): Bump docker/login-action from 3 to 4
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
|
||||
Reference in New Issue
Block a user