fix: update Docker Hub password reference to use DOCKERHUB_TOKEN instead of DOCKERHUB_PASSWORD

This commit is contained in:
2025-07-10 23:38:33 +00:00
committed by GitHub
parent 08416f1d3a
commit cd18a844b3
2 changed files with 2 additions and 2 deletions

View File

@@ -128,5 +128,5 @@ jobs:
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: sillyangel/mice

View File

@@ -92,5 +92,5 @@ jobs:
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: sillyangel/mice