Skip to content

Commit

Permalink
fix find for scattr container
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Feb 15, 2023
1 parent f23a4f7 commit bca029d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
uses: jacobtomlinson/gha-find-replace@master
with:
include: scattr/config/snakebids.yml
find: scattr: "docker://khanlab/scattr:v(?:([0-9]+\.[0-9]+\.[0-9]+.+)|([0-9]+\.[0-9]+\.[0-9]+))"
replace: "docker://khanlab/scattr:v${{ env.NEW_RELEASE }}"
find: 'scattr: "docker://khanlab/scattr:v(?:([0-9]+\.[0-9]+\.[0-9]+.+)|([0-9]+\.[0-9]+\.[0-9]+))"'
replace: 'scattr: "docker://khanlab/scattr:v${{ env.NEW_RELEASE }}"'

- name: Commit updates
env:
Expand Down

0 comments on commit bca029d

Please sign in to comment.