We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b496c commit 11c9338Copy full SHA for 11c9338
.github/workflows/test-template.yml
@@ -36,10 +36,9 @@ jobs:
36
run: |
37
sudo apt-get update
38
sudo apt-get -y install podman
39
- systemctl enable --now --user podman podman.socket
+ sudo systemctl enable --now podman.socket
40
podman info
41
echo "DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock" >> $GITHUB_ENV
42
- echo "CI_ROOTLESS=true" >> $GITHUB_ENV
43
echo "CI_PODMAN=true" >> $GITHUB_ENV
44
45
- name: Colima constraints
0 commit comments