Skip to content

Commit 4f42687

Browse files
authored
Synchronize common files from prometheus/prometheus (#1211)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
1 parent cf87e33 commit 4f42687

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/container_description.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: git checkout
2020
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2121
- name: Set docker hub repo name
22-
run: echo "DOCKER_REPO_NAME=$(make common-docker-repo-name)" >> $GITHUB_ENV
22+
run: echo "DOCKER_REPO_NAME=$(make docker-repo-name)" >> $GITHUB_ENV
2323
- name: Push README to Dockerhub
2424
uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # v1
2525
env:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set quay.io org name
4242
run: echo "DOCKER_REPO=$(echo quay.io/${GITHUB_REPOSITORY_OWNER} | tr -d '-')" >> $GITHUB_ENV
4343
- name: Set quay.io repo name
44-
run: echo "DOCKER_REPO_NAME=$(make common-docker-repo-name)" >> $GITHUB_ENV
44+
run: echo "DOCKER_REPO_NAME=$(make docker-repo-name)" >> $GITHUB_ENV
4545
- name: Push README to quay.io
4646
uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # v1
4747
env:
@@ -50,6 +50,3 @@ jobs:
5050
destination_container_repo: ${{ env.DOCKER_REPO_NAME }}
5151
provider: quay
5252
readme_file: 'README.md'
53-
54-
55-

0 commit comments

Comments
 (0)