-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve Issue #9 (Reorganizing dockerfiles and docker images CI/CD) #26
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
4a57b7c
added the argument (ARG) to dockerfiles
vkt1414 02f175c
Add .gitignore for dev branch
vkt1414 3867773
using env var instd of set-output as it is depcrtd
vkt1414 a0040fe
dev docker images, invoke gh actions whnevr wrkflw files are updated
vkt1414 9ba4c9c
added totalseg suffix to download_convert_inference file name for con…
vkt1414 67e634c
add download_convert_inference_totalseg.yml
vkt1414 861b06c
troublesshooting GIT_HASH
vkt1414 25630dd
corrected GIT_HASH variable
vkt1414 e406c78
corrected GIT_HASH variable
vkt1414 aa66767
corrected GIT_HASH variable
vkt1414 ac279e2
fixed referencing GIT HASH variable
vkt1414 b5c55c8
fixed referencing GIT HASH variable
vkt1414 c93e3b9
corrected path of dockerfile ref while building image
vkt1414 359090d
correct expected docker image in the label
vkt1414 ba13319
Update README.md
vkt1414 585b676
Create ReadMe.MD
vkt1414 3844e25
Update ReadMe.MD
vkt1414 3554d89
Update ReadMe.MD
vkt1414 efc1233
Update and rename ReadMe.MD to README.md
vkt1414 492cc70
created actions files for dev and main branches
vkt1414 47dea00
rectify trigger files for dev branches
vkt1414 b06eebf
rename actions names for dev to distinguish
vkt1414 9150654
fix docker image references in wdl files
vkt1414 807dbfb
fix docker image references in cwl files
vkt1414 7470516
considate dev and main branch workflows to one
vkt1414 5af3dac
Created using Colaboratory
vkt1414 002d8c3
test ghcr.io container registry
vkt1414 6e8eb14
add ghcr.io build and push steps to all
vkt1414 13dac0d
remove plastimatch from apt-package installation
vkt1414 c89ceb3
remove plastimatch from apt-get, use dcm2niix by default, upgrade s5cmd
vkt1414 b8f5468
add PR trigger to the workflow
fedorov a541cc5
simplify GA workflow
fedorov 3a64510
simplify gihub actions workflow to main branch only
vkt1414 b235986
fix ga script--jobs
vkt1414 1cc82ea
rename radiomics to dicom_seg_pyradiomics_sr
vkt1414 91a1b47
rename radiomics to dicom_seg_pyradiomics_sr
vkt1414 a4446ae
rename radiomics to dicom_seg_pyradiomics_sr
vkt1414 71aea6d
Add docker builds status from github actions
vkt1414 d298e03
push docker images only on push events
vkt1414 434d7e5
push docker images only on push events
vkt1414 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!