Skip to content

Commit

Permalink
Remove pushing of the image and used slim instead of alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Usman committed Oct 21, 2024
1 parent 6fee6ed commit c6a787d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
run: |
docker build -t tf2.4_ivim-mri_codecollection -f Docker/Dockerfile .
- name: Save and compress Docker image
run: |
docker save tf2.4_ivim-mri_codecollection | gzip > tf2.4_ivim-mri_codecollection.tar.gz
- name: Run Docker container
run: |
docker run --rm --name TF2.4_IVIM-MRI_CodeCollection \
Expand Down

0 comments on commit c6a787d

Please sign in to comment.