Skip to content

Commit 466cebb

Browse files
committed
try using docker load again
1 parent 9020fda commit 466cebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Import image
5555
run: |
56-
docker image load op-images/${{ matrix.image }}.tar
56+
docker image load --input op-images/${{ matrix.image }}.tar
5757
5858
- name: Log in to Docker
5959
run: |

0 commit comments

Comments
 (0)