update credentials

This commit is contained in:
Attilio Greco 2021-10-19 18:18:17 +02:00
parent cf840c6b97
commit 58dfbb7017

View File

@ -65,8 +65,8 @@ jobs:
name: Login to DockerHub name: Login to DockerHub
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ github.actor }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2