From 8f7d5bf6a4e237a03a949a29167e8cea62912de9 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Tue, 16 Nov 2021 15:13:27 +0800 Subject: [PATCH] Disable Docker Hub Description update --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70c5c59..78774a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,9 +75,9 @@ jobs: bashbrew push caddy bashbrew put-shared --single-arch caddy - - name: Update Docker Hub Description - uses: peter-evans/dockerhub-description@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: productionwentdown/caddy + #- name: Update Docker Hub Description + # uses: peter-evans/dockerhub-description@v2 + # with: + # username: ${{ secrets.DOCKERHUB_USERNAME }} + # password: ${{ secrets.DOCKERHUB_TOKEN }} + # repository: productionwentdown/caddy