Skip to content

Commit

Permalink
[testing] log docker and podman container configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Lobrano <c.lobrano@gmail.com>
  • Loading branch information
clobrano committed Apr 16, 2024
1 parent 1b89629 commit 8d995a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
}
EOF"
#sudo cat /etc/docker/daemon.json
sudo cat /etc/docker/daemon.json
sudo systemctl restart docker
# same for podman
Expand All @@ -80,7 +80,7 @@ jobs:
location=\"${IMAGE_REGISTRY}\"
insecure=true
EOF"
#sudo cat /etc/containers/registries.conf
sudo cat /etc/containers/registries.conf
- name: Start kind cluster
uses: container-tools/kind-action@v2
Expand Down

0 comments on commit 8d995a9

Please sign in to comment.