Skip to content

Commit 11c9338

Browse files
Try rootful podman
1 parent 44b496c commit 11c9338

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-template.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
run: |
3737
sudo apt-get update
3838
sudo apt-get -y install podman
39-
systemctl enable --now --user podman podman.socket
39+
sudo systemctl enable --now podman.socket
4040
podman info
4141
echo "DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock" >> $GITHUB_ENV
42-
echo "CI_ROOTLESS=true" >> $GITHUB_ENV
4342
echo "CI_PODMAN=true" >> $GITHUB_ENV
4443
4544
- name: Colima constraints

0 commit comments

Comments
 (0)