File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: CI-Podman-Rootless
22
33on :
44 pull_request : {}
5- push : { branches: [ main ] }
5+ push : { branches: [main] }
66
77permissions :
88 contents : read
@@ -18,12 +18,10 @@ jobs:
1818 - name : Configure podman
1919 run : |
2020 mkdir -p $HOME/.config/containers
21- echo 'unqualified-search-registries = ["docker.io"]' > $HOME/.config/containers/registries.conf
22- echo '' >> $HOME/.config/containers/registries.conf
23- echo '[[registry]]' >> $HOME/.config/containers/registries.conf
24- echo 'prefix = "localhost"' >> $HOME/.config/containers/registries.conf
25- echo 'location = "localhost"' >> $HOME/.config/containers/registries.conf
26- echo 'insecure = true' >> $HOME/.config/containers/registries.conf
21+ echo '[[registry]]' > $HOME/.config/containers/registries.conf
22+ echo 'prefix = "localhost"' >> $HOME/.config/containers/registries.conf
23+ echo 'location = "localhost"' >> $HOME/.config/containers/registries.conf
24+ echo 'insecure = true' >> $HOME/.config/containers/registries.conf
2725 - name : Install latest podman release
2826 # see https://podman.io/getting-started/installation#ubuntu
2927 run : |
You can’t perform that action at this time.
0 commit comments