update credentials
This commit is contained in:
parent
cf840c6b97
commit
58dfbb7017
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
@ -65,8 +65,8 @@ jobs:
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user