fix: comment out Docker Hub Description step in nightly and release workflows

This commit is contained in:
2025-07-10 23:41:27 +00:00
committed by GitHub
parent cd18a844b3
commit 3bcfd58a1c
2 changed files with 12 additions and 12 deletions

View File

@@ -124,9 +124,9 @@ jobs:
cache-to: | cache-to: |
type=gha,mode=max,scope=deps-only type=gha,mode=max,scope=deps-only
- name: Docker Hub Description # - name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4 # uses: peter-evans/dockerhub-description@v4
with: # with:
username: ${{ vars.DOCKERHUB_USERNAME }} # username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} # password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: sillyangel/mice # repository: sillyangel/mice

View File

@@ -88,9 +88,9 @@ jobs:
subject-digest: ${{ steps.build.outputs.digest }} subject-digest: ${{ steps.build.outputs.digest }}
push-to-registry: true push-to-registry: true
- name: Docker Hub Description # - name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4 # uses: peter-evans/dockerhub-description@v4
with: # with:
username: ${{ vars.DOCKERHUB_USERNAME }} # username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} # password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: sillyangel/mice # repository: sillyangel/mice