Skip to content

Commit

Permalink
Avoid uploading the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Usman committed Oct 22, 2024
1 parent 17b98f8 commit 12ae83f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ jobs:
done
echo "All output files generated successfully"
- name: Upload Docker image artifact
uses: actions/upload-artifact@v4
with:
name: docker-image
path: tf2.4_ivim-mri_codecollection.tar.gz

- name: Clean up artifacts and Docker image
run: |
docker rmi tf2.4_ivim-mri_codecollection || true
Expand Down

0 comments on commit 12ae83f

Please sign in to comment.