Actions: try podman for publishing
Some checks failed
build and publish containers / build (nixos, 24.11) (push) Failing after 1s
build and publish containers / build (nixos, unstable) (push) Failing after 1s

This commit is contained in:
Julian Stiller 2025-02-06 16:25:52 +01:00
parent f046eb6555
commit feed48538c

View file

@ -17,7 +17,7 @@ jobs:
steps: steps:
- name: pre-requisites - name: pre-requisites
run: | run: |
nix-env -iA nixpkgs.docker nixpkgs.nodejs_20 nixpkgs.gnused nixpkgs.coreutils && mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf nix-env -iA nixpkgs.docker nixpkgs.podman nixpkgs.nodejs_20 nixpkgs.gnused nixpkgs.coreutils && mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
@ -33,4 +33,4 @@ jobs:
out-link: ${{ steps.pkgs.outputs.pkgs-name }} out-link: ${{ steps.pkgs.outputs.pkgs-name }}
- name: load image into docker - name: load image into docker
run: | run: |
docker load < ${{ steps.pkgs.outputs.pkgs-name }} podman load < ${{ steps.pkgs.outputs.pkgs-name }}