mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Switch to DOCKERHUB_PASSWORD for solving the upload error, and make the step optional
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user