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 a4136f8 commit a6ddfb2Copy full SHA for a6ddfb2
.github/workflows/docker-build-and-run.yml
@@ -44,11 +44,11 @@ jobs:
44
45
- name: Build Docker image
46
run: |
47
- 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 .
48
49
- - name: Compress Docker image
+ - name: Save and compress Docker image
50
51
- gzip tf2.4_ivim-mri_codecollection.tar
+ docker save tf2.4_ivim-mri_codecollection | gzip > tf2.4_ivim-mri_codecollection.tar.gz
52
53
- name: Run Docker container
54
0 commit comments