diff --git a/.github/workflows/ci.branch-7.0.yml b/.github/workflows/ci.branch-7.0.yml index 36d49c97..e37ba4e1 100644 --- a/.github/workflows/ci.branch-7.0.yml +++ b/.github/workflows/ci.branch-7.0.yml @@ -74,12 +74,3 @@ jobs: cache-to: type=gha,mode=max tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - name: Update Docker Hub description - uses: peter-evans/dockerhub-description@v4 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} - short-description: ChRIS backend - readme-filepath: ./README.md - repository: fnndsc/cube