Browse Source

Merge pull request #13768 from charleskorn/readme-publish-workflow

Signed-off-by: Ben Kochie <superq@gmail.com>
pull/13783/head
Ben Kochie 8 months ago committed by GitHub
parent
commit
2c267389f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/container_description.yml

2
.github/workflows/container_description.yml

@ -14,6 +14,7 @@ jobs:
PushDockerHubReadme:
runs-on: ubuntu-latest
name: Push README to Docker Hub
if: github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks.
steps:
- name: git checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@ -33,6 +34,7 @@ jobs:
PushQuayIoReadme:
runs-on: ubuntu-latest
name: Push README to quay.io
if: github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks.
steps:
- name: git checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

Loading…
Cancel
Save