right
Some checks failed
Test action / Print hello world (push) Failing after 8s

This commit is contained in:
Chris Kruining 2025-09-04 12:03:26 +02:00
parent a42446985c
commit 68f6620383
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -24,6 +24,7 @@ jobs:
- name: Install docker
run: |
nix-env -iA nixpkgs.podman
mkdir -p /etc/containers
echo '{ "defult": [ {"type":"insecureAcceptAnything"} ] }' > /etc/containers/policy.json
- name: Log into registry