We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b98f8 commit 12ae83fCopy full SHA for 12ae83f
.github/workflows/docker-build-and-run.yml
@@ -63,12 +63,6 @@ jobs:
63
done
64
echo "All output files generated successfully"
65
66
- - name: Upload Docker image artifact
67
- uses: actions/upload-artifact@v4
68
- with:
69
- name: docker-image
70
- path: tf2.4_ivim-mri_codecollection.tar.gz
71
-
72
- name: Clean up artifacts and Docker image
73
run: |
74
docker rmi tf2.4_ivim-mri_codecollection || true
0 commit comments