Skip to content

Commit

Permalink
Extract grafana tag using regex (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bull authored Jan 2, 2024
1 parent 5059b9c commit 956c792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
repository: grafana/grafana
version_jsonpath: grafana_version
component: monitoring
regex: "\d+\.\d+\.\d+"

- key: guacamole
path: ./ansible/roles/linux-guacamole/defaults/main.yml
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
uses: stackhpc/github-actions/github-latest-release@master
with:
repository: ${{ matrix.repository }}
regex: ${{ matrix.regex || '' }}
tags: ${{ matrix.tags || 'no' }}
prereleases: ${{ matrix.prereleases || 'no' }}

Expand Down

0 comments on commit 956c792

Please sign in to comment.