Merge pull request #14221 from prometheus/beorn7/ci
CI: Actually enable the default fallback behavior of docker-pushrm
This commit is contained in:
commit
a078cf8a4a
|
@ -30,6 +30,9 @@ jobs:
|
||||||
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
|
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
|
||||||
provider: dockerhub
|
provider: dockerhub
|
||||||
short_description: ${{ env.DOCKER_REPO_NAME }}
|
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:
|
PushQuayIoReadme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -49,3 +52,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
|
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
|
||||||
provider: quay
|
provider: quay
|
||||||
|
# Empty string results in README-containers.md being pushed if it
|
||||||
|
# exists. Otherwise, README.md is pushed.
|
||||||
|
readme_file: ''
|
||||||
|
|
Loading…
Reference in New Issue