ci: update workflows config.
This commit is contained in:
parent
6b29e84fda
commit
8f9da1cf83
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -124,9 +124,9 @@ jobs:
|
|||||||
```
|
```
|
||||||
|
|
||||||
# Create Docker Image
|
# Create Docker Image
|
||||||
- uses: docker/setup-buildx-action@v2
|
- uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user