Skip to content

Commit d925f75

Browse files
committed
Fix docker load.
1 parent d713e91 commit d925f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
- name: Load Base Image
277277
id: load-docker-image
278278
if: steps.prepare-meta.outputs.has-image
279-
run: docker load "base.tar"
279+
run: docker load --input "base.tar"
280280

281281
- name: Build Docker image
282282
id: build-docker-image

0 commit comments

Comments
 (0)