mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-03-10 03:43:39 -04:00
Merge pull request #956 from LibreTranslate/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
This commit is contained in:
commit
7448130f6c
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user