Update docker-image.yml, use docker/login-action@v1
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@master
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user