Actions: podman without remote flag
This commit is contained in:
parent
b7740c93f8
commit
40e78783f9
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ jobs:
|
||||||
out-link: ${{ steps.pkgs.outputs.pkgs-name }}
|
out-link: ${{ steps.pkgs.outputs.pkgs-name }}
|
||||||
- name: load image into podman
|
- name: load image into podman
|
||||||
run: |
|
run: |
|
||||||
podman --remote load < ${{ steps.pkgs.outputs.pkgs-name }}
|
podman load < ${{ steps.pkgs.outputs.pkgs-name }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue