Skip to content

Commit 12ae83f

Browse files
committed
Avoid uploading the docker image
1 parent 17b98f8 commit 12ae83f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docker-build-and-run.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ jobs:
6363
done
6464
echo "All output files generated successfully"
6565
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-
7266
- name: Clean up artifacts and Docker image
7367
run: |
7468
docker rmi tf2.4_ivim-mri_codecollection || true

0 commit comments

Comments
 (0)