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