From 7958effa6149769f8ec6cd4ec82685b1cf46a1c5 Mon Sep 17 00:00:00 2001 From: prombot Date: Wed, 5 Jun 2024 17:48:06 +0000 Subject: [PATCH] Update common Prometheus files Signed-off-by: prombot --- .github/workflows/container_description.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/container_description.yml b/.github/workflows/container_description.yml index 1609b7cd..8ddbc34a 100644 --- a/.github/workflows/container_description.yml +++ b/.github/workflows/container_description.yml @@ -30,6 +30,9 @@ jobs: destination_container_repo: ${{ env.DOCKER_REPO_NAME }} provider: dockerhub short_description: ${{ env.DOCKER_REPO_NAME }} + # Empty string results in README-containers.md being pushed if it + # exists. Otherwise, README.md is pushed. + readme_file: '' PushQuayIoReadme: runs-on: ubuntu-latest @@ -49,3 +52,6 @@ jobs: with: destination_container_repo: ${{ env.DOCKER_REPO_NAME }} provider: quay + # Empty string results in README-containers.md being pushed if it + # exists. Otherwise, README.md is pushed. + readme_file: ''