diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0475141..94d9e43 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -68,14 +68,3 @@ jobs: push: ${{ github.ref == 'refs/heads/main' }} file: Dockerfile tags: ${{ steps.meta.outputs.tags }} - - - - name: Update repo description - # if: ${{ github.ref == 'refs/heads/main' }} - uses: peter-evans/dockerhub-description@v2 - with: - readme-filepath: Readme.md - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - repository: cyb3rjak3/pypy-flask - short-description: ${{ github.event.repository.description }} \ No newline at end of file