Skip to content

Commit

Permalink
Synchronize common files from prometheus/prometheus (#1512)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
prombot and jkroepke authored Jun 6, 2024
1 parent b8b164b commit 9eec34d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container_description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- "README.md"
- "README-containers.md"
- ".github/workflows/container_description.yml"
branches: [ main, master ]

Expand All @@ -29,7 +30,6 @@ jobs:
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
provider: dockerhub
short_description: ${{ env.DOCKER_REPO_NAME }}
readme_file: 'README.md'

PushQuayIoReadme:
runs-on: ubuntu-latest
Expand All @@ -49,4 +49,3 @@ jobs:
with:
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
provider: quay
readme_file: 'README.md'

0 comments on commit 9eec34d

Please sign in to comment.