mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
Merge pull request #70 from prometheus-community/superq/version_image
skip_changelog: Use prom image for version script
This commit is contained in:
commit
f207d47995
1 changed files with 2 additions and 1 deletions
3
.github/workflows/version_bumper.yml
vendored
3
.github/workflows/version_bumper.yml
vendored
|
@ -13,12 +13,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
role-repos: ${{ steps.discovered-role-repos.outputs.result }}
|
role-repos: ${{ steps.discovered-role-repos.outputs.result }}
|
||||||
|
container:
|
||||||
|
image: quay.io/prometheus/golang-builder:base
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Get repos for each role
|
- name: Get repos for each role
|
||||||
id: discovered-role-repos
|
id: discovered-role-repos
|
||||||
uses: mikefarah/yq@master
|
|
||||||
with:
|
with:
|
||||||
cmd: ./.github/scripts/discover_role_repos.sh
|
cmd: ./.github/scripts/discover_role_repos.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue