Compare commits

...

4 commits

3 changed files with 11 additions and 1 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

9
renovate.json Normal file
View file

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