Compare commits

..

4 commits

3 changed files with 6 additions and 2 deletions

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 }}

View file

@ -25,6 +25,7 @@
coreutils
curl
docker
podman
findutils
gawk
gitFull

View file

@ -2,5 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"nix": {
"enabled": true
}
}