Skip to content

Commit

Permalink
Fix image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Dengjianping <[email protected]>
  • Loading branch information
Dengjianping committed Dec 25, 2023
1 parent 5ea7262 commit c9fd52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: chevdor/[email protected]
with:
image: paritytech/srtool
tag: 1.74
tag: 1.74.0
chain: ${{ matrix.runtime.name }}
- name: persist srtool digest
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime_upgrade_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: chevdor/[email protected]
with:
image: paritytech/srtool
tag: 1.74
tag: 1.74.0
chain: ${{ env.RUNTIME }}
- name: persist srtool digest
run: >
Expand Down

0 comments on commit c9fd52c

Please sign in to comment.