diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index caf4b0b14..d83bc9c4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -301,7 +301,7 @@ jobs: password: ${{ secrets.DOCKER_PASS }} repository: ${{ vars.DOCKER_REPO }}/postgrest short-description: ${{ github.event.repository.description }} - readme-filepath: ./nix/tools/release/docker-hub-full-description.md + readme-filepath: ./docker-hub-readme.md docker-arm: diff --git a/nix/tools/release/docker-hub-full-description.md b/docker-hub-readme.md similarity index 100% rename from nix/tools/release/docker-hub-full-description.md rename to docker-hub-readme.md