This commit is contained in:
parent
68f6620383
commit
9ea18b18d5
1 changed files with 2 additions and 2 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue