mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-21 20:19:49 +00:00
Merge pull request #681 from apernet/dependabot/github_actions/docker/login-action-3
chore(deps): bump docker/login-action from 2 to 3
This commit is contained in:
commit
1d0560dd34
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user