From f136deaf31d8d671d199b5733b13d5359743f1cd Mon Sep 17 00:00:00 2001 From: Youri Westerman Date: Tue, 12 Dec 2023 13:10:38 +0100 Subject: [PATCH] Don't update descriptions for now --- .../workflows/build_and_push_to_dockerhub.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build_and_push_to_dockerhub.yml b/.github/workflows/build_and_push_to_dockerhub.yml index 989d99d..e36ae17 100644 --- a/.github/workflows/build_and_push_to_dockerhub.yml +++ b/.github/workflows/build_and_push_to_dockerhub.yml @@ -41,15 +41,6 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - # https://github.com/peter-evans/dockerhub-description - - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: ${{ vars.DOCKERHUB_IMAGE_NAME }} - short-description: ${{ github.event.repository.description }} - train: name: Build and push train runs-on: ubuntu-latest @@ -85,12 +76,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - # https://github.com/peter-evans/dockerhub-description - - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - repository: ${{ vars.DOCKERHUB_IMAGE_NAME }} - short-description: ${{ github.event.repository.description }}