Skip to content

Commit a43c0df

Browse files
authored
Merge pull request #653 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
2 parents 3220be2 + 7958eff commit a43c0df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/container_description.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
3131
provider: dockerhub
3232
short_description: ${{ env.DOCKER_REPO_NAME }}
33+
# Empty string results in README-containers.md being pushed if it
34+
# exists. Otherwise, README.md is pushed.
35+
readme_file: ''
3336

3437
PushQuayIoReadme:
3538
runs-on: ubuntu-latest
@@ -49,3 +52,6 @@ jobs:
4952
with:
5053
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
5154
provider: quay
55+
# Empty string results in README-containers.md being pushed if it
56+
# exists. Otherwise, README.md is pushed.
57+
readme_file: ''

0 commit comments

Comments
 (0)