|
|
@ -4,6 +4,7 @@ on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
- "README.md"
|
|
|
|
- "README.md"
|
|
|
|
|
|
|
|
- "README-containers.md"
|
|
|
|
- ".github/workflows/container_description.yml"
|
|
|
|
- ".github/workflows/container_description.yml"
|
|
|
|
branches: [ main, master ]
|
|
|
|
branches: [ main, master ]
|
|
|
|
|
|
|
|
|
|
|
@ -29,7 +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 }}
|
|
|
|
readme_file: 'README.md'
|
|
|
|
# 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,4 +52,6 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
|
|
|
|
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
|
|
|
|
provider: quay
|
|
|
|
provider: quay
|
|
|
|
readme_file: 'README.md'
|
|
|
|
# Empty string results in README-containers.md being pushed if it
|
|
|
|
|
|
|
|
# exists. Otherwise, README.md is pushed.
|
|
|
|
|
|
|
|
readme_file: ''
|
|
|
|