mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Switch to DOCKERHUB_PASSWORD for solving the upload error, and make the step optional
This commit is contained in:
parent
46891d6be2
commit
a27b08e563
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-publish-master.yml
vendored
3
.github/workflows/docker-publish-master.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue