Actions: try podman remote
Some checks failed
build and publish containers / build (nixos, 24.11) (push) Failing after 4m55s
build and publish containers / build (nixos, unstable) (push) Failing after 5m28s

This commit is contained in:
Julian Stiller 2025-02-06 22:58:51 +01:00
parent feed48538c
commit 0f169c0867

View file

@ -31,6 +31,6 @@ jobs:
with:
package: ${{ steps.pkgs.outputs.pkgs-name }}
out-link: ${{ steps.pkgs.outputs.pkgs-name }}
- name: load image into docker
- name: load image into podman
run: |
podman load < ${{ steps.pkgs.outputs.pkgs-name }}
podman --remote load < ${{ steps.pkgs.outputs.pkgs-name }}