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 9020fda commit 466cebbCopy full SHA for 466cebb
.github/workflows/docker-push.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Import image
55
run: |
56
- docker image load op-images/${{ matrix.image }}.tar
+ docker image load --input op-images/${{ matrix.image }}.tar
57
58
- name: Log in to Docker
59
0 commit comments