Skip to content

Commit

Permalink
Revert from archiving to saving then archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Usman committed Oct 1, 2024
1 parent a4136f8 commit a6ddfb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:

- name: Build Docker image
run: |
docker buildx build --output type=tar,dest=tf2.4_ivim-mri_codecollection.tar -f Docker/Dockerfile .
docker build -t tf2.4_ivim-mri_codecollection -f Docker/Dockerfile .
- name: Compress Docker image
- name: Save and compress Docker image
run: |
gzip tf2.4_ivim-mri_codecollection.tar
docker save tf2.4_ivim-mri_codecollection | gzip > tf2.4_ivim-mri_codecollection.tar.gz
- name: Run Docker container
run: |
Expand Down

0 comments on commit a6ddfb2

Please sign in to comment.