Actions: try podman remote
This commit is contained in:
parent
feed48538c
commit
0f169c0867
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
package: ${{ steps.pkgs.outputs.pkgs-name }}
|
package: ${{ steps.pkgs.outputs.pkgs-name }}
|
||||||
out-link: ${{ steps.pkgs.outputs.pkgs-name }}
|
out-link: ${{ steps.pkgs.outputs.pkgs-name }}
|
||||||
- name: load image into docker
|
- name: load image into podman
|
||||||
run: |
|
run: |
|
||||||
podman load < ${{ steps.pkgs.outputs.pkgs-name }}
|
podman --remote load < ${{ steps.pkgs.outputs.pkgs-name }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue