Actions: podman without remote flag
Some checks failed
build and publish containers / build (nixos, 24.11) (push) Failing after 5m50s
build and publish containers / build (nixos, unstable) (push) Failing after 6m21s

This commit is contained in:
Julian Stiller 2025-02-06 23:13:55 +01:00
parent b7740c93f8
commit 40e78783f9

View file

@ -33,4 +33,4 @@ jobs:
out-link: ${{ steps.pkgs.outputs.pkgs-name }}
- name: load image into podman
run: |
podman --remote load < ${{ steps.pkgs.outputs.pkgs-name }}
podman load < ${{ steps.pkgs.outputs.pkgs-name }}