Skip to content

Commit

Permalink
updated plugin repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 1, 2024
1 parent 6ff28fd commit f031f09
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,17 @@ jobs:
jq < /tmp/description.json # pretty print in log
echo "title=$(jq -r '.title' < /tmp/description.json)" >> $GITHUB_OUTPUT
- name: Upload ChRIS Plugin
id: upload
if: github.ref_type == 'tag'
uses: FNNDSC/upload-chris-plugin@v1
with:
dock_image: ${{ steps.info.outputs.local_tag }}
username: ${{ secrets.CHRISPROJECT_USERNAME }}
password: ${{ secrets.CHRISPROJECT_PASSWORD }}
chris_url: https://cube.chrisproject.org/api/v1/
compute_names: NERC

- name: Update DockerHub description
uses: peter-evans/dockerhub-description@v3
continue-on-error: true # it is not crucial that this works
Expand Down
2 changes: 1 addition & 1 deletion dicom_unpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import sys, traceback
import pudb
from pydicom.uid import ExplicitVRLittleEndian
__version__ = '1.3.0'
__version__ = '1.3.1'

DISPLAY_TITLE = r"""
_ _ _ _
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
chris_plugin==0.2.1
chris_plugin>=0.3.0
pydicom==2.1.2
numpy
pflog==1.2.26
Expand Down

0 comments on commit f031f09

Please sign in to comment.