Skip to content

Commit

Permalink
try using docker load again
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Sep 25, 2024
1 parent 9020fda commit 466cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Import image
run: |
docker image load op-images/${{ matrix.image }}.tar
docker image load --input op-images/${{ matrix.image }}.tar
- name: Log in to Docker
run: |
Expand Down

0 comments on commit 466cebb

Please sign in to comment.