mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-26 13:50:20 +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
|
||||
outputs:
|
||||
role-repos: ${{ steps.discovered-role-repos.outputs.result }}
|
||||
container:
|
||||
image: quay.io/prometheus/golang-builder:base
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Get repos for each role
|
||||
id: discovered-role-repos
|
||||
uses: mikefarah/yq@master
|
||||
with:
|
||||
cmd: ./.github/scripts/discover_role_repos.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue