Switch to DOCKERHUB_PASSWORD for solving the upload error, and make the step optional

This commit is contained in:
JustArchi 2021-01-02 15:03:53 +01:00
parent 46891d6be2
commit a27b08e563

View file

@ -51,8 +51,9 @@ jobs:
push: true
- name: Update DockerHub repository description
continue-on-error: true
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ env.DH_REPOSITORY }}