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 91aa759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ 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]+))"
find: "docker://khanlab/scattr:v(?:([0-9]+\.[0-9]+\.[0-9]+.+)|([0-9]+\.[0-9]+\.[0-9]+))"
replace: "docker://khanlab/scattr:v${{ env.NEW_RELEASE }}"

- name: Commit updates
Expand Down

0 comments on commit 91aa759

Please sign in to comment.