From 2608a0f313903fc6e5e48ae9dbb72ae6b175cdee Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Thu, 25 Jan 2024 22:18:10 +0100 Subject: [PATCH] #28 Disabled temporary until a solution is present --- .github/workflows/docker-build-and-push.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docker-build-and-push.yml b/.github/workflows/docker-build-and-push.yml index d53cc8e..b19debc 100644 --- a/.github/workflows/docker-build-and-push.yml +++ b/.github/workflows/docker-build-and-push.yml @@ -58,12 +58,12 @@ jobs: ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/docker-palworld-dedicated-server:${{ steps.slug.outputs.GIT_SHORT_SHA7 }} ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/docker-palworld-dedicated-server:latest labels: ${{ steps.meta.outputs.labels }} - - - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v4 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: peterevans/dockerhub-description - readme-filepath: ./README.md - enable-url-completion: true + # - + # name: Docker Hub Description + # uses: peter-evans/dockerhub-description@v4 + # with: + # username: ${{ secrets.DOCKERHUB_USERNAME }} + # password: ${{ secrets.DOCKERHUB_TOKEN }} + # repository: peterevans/dockerhub-description + # readme-filepath: ./README.md + # enable-url-completion: true