Skip to content

Commit

Permalink
fix: false usage of 'docker load'
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Oct 7, 2022
1 parent 37d506f commit 45f0dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ jobs:
name: amd64
path: .

- name: Restore docker image
run: docker load --input amd64.tar
- name: Restore container image
run: podman load --input amd64.tar

- name: Prepare test env
run: |
Expand Down

0 comments on commit 45f0dfc

Please sign in to comment.