|
|
|
@ -17,7 +17,7 @@ jobs:
|
|
|
|
|
if: github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks. |
|
|
|
|
steps: |
|
|
|
|
- name: git checkout |
|
|
|
|
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 |
|
|
|
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 |
|
|
|
|
- name: Set docker hub repo name |
|
|
|
|
run: echo "DOCKER_REPO_NAME=$(make docker-repo-name)" >> $GITHUB_ENV |
|
|
|
|
- name: Push README to Dockerhub |
|
|
|
@ -37,7 +37,7 @@ jobs:
|
|
|
|
|
if: github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks. |
|
|
|
|
steps: |
|
|
|
|
- name: git checkout |
|
|
|
|
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 |
|
|
|
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 |
|
|
|
|
- name: Set quay.io org name |
|
|
|
|
run: echo "DOCKER_REPO=$(echo quay.io/${GITHUB_REPOSITORY_OWNER} | tr -d '-')" >> $GITHUB_ENV |
|
|
|
|
- name: Set quay.io repo name |
|
|
|
|