Skip to content

Commit

Permalink
srtool version upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
  • Loading branch information
R.Rajeshkumar committed Jul 21, 2022
1 parent c8e0183 commit 669767b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Srtool

on:
push:
branches: master
branches:
- master
pull_request:

jobs:
srtool:
Expand All @@ -16,12 +18,12 @@ jobs:

- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.3.0
uses: chevdor/srtool-actions@v0.5.0
with:
chain: ${{ matrix.runtime }}
package: runtime-${{ matrix.runtime }}
runtime_dir: runtimes/${{ matrix.runtime }}
tag: 1.57.0
tag: 1.60.0

- name: Summary
run: |
Expand All @@ -35,7 +37,7 @@ jobs:
name: ${{ matrix.runtime }}-srtool-digest.json
path: |
${{ matrix.runtime }}-srtool-digest.json
- name: Archive Runtime
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 669767b

Please sign in to comment.