Actions: try podman for publishing
This commit is contained in:
parent
f046eb6555
commit
feed48538c
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- name: pre-requisites
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -33,4 +33,4 @@ jobs:
|
|||
out-link: ${{ steps.pkgs.outputs.pkgs-name }}
|
||||
- name: load image into docker
|
||||
run: |
|
||||
docker load < ${{ steps.pkgs.outputs.pkgs-name }}
|
||||
podman load < ${{ steps.pkgs.outputs.pkgs-name }}
|
||||
|
|
Loading…
Add table
Reference in a new issue