mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Merge pull request #14211 from prometheus/beorn7/ci
CI: Use default behavior of update-container-description-action
This commit is contained in:
commit
8c8ddd01d5
3
.github/workflows/container_description.yml
vendored
3
.github/workflows/container_description.yml
vendored
|
@ -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,6 @@ 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'
|
|
||||||
|
|
||||||
PushQuayIoReadme:
|
PushQuayIoReadme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -49,4 +49,3 @@ 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'
|
|
||||||
|
|
Loading…
Reference in a new issue