From 3afa5f6a361d5359f8f3185071e3275b890af80b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Thu, 9 May 2024 13:48:10 +0200 Subject: [PATCH] ci: Move docker-hub-readme.md to base folder This is not related to nix tooling anymore, because a github action without any nix tooling is updating this now. --- .github/workflows/ci.yaml | 2 +- .../docker-hub-full-description.md => docker-hub-readme.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nix/tools/release/docker-hub-full-description.md => docker-hub-readme.md (100%) 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