We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3220be2 + 7958eff commit a43c0dfCopy full SHA for a43c0df
.github/workflows/container_description.yml
@@ -30,6 +30,9 @@ jobs:
30
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
31
provider: dockerhub
32
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: ''
36
37
PushQuayIoReadme:
38
runs-on: ubuntu-latest
@@ -49,3 +52,6 @@ jobs:
49
52
with:
50
53
51
54
provider: quay
55
56
57
0 commit comments