.
Some checks failed
Test action / Print hello world (push) Failing after 7s

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

View file

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