Skip to content

Commit 4a0f4aa

Browse files
committed
try without podman
1 parent 6d3a469 commit 4a0f4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Use the rootful instance of podman for sharing images with cri-o
4343
# https://podman-desktop.io/blog/sharing-podman-images-with-kubernetes-cluster#introduction
4444
# https://access.redhat.com/solutions/6986565
45-
CONTAINER_HOST: unix:///var/run/podman/podman.sock
45+
# CONTAINER_HOST: unix:///var/run/podman/podman.sock
4646
# We don't push here when building PRs, so we can use the same IMAGE_REGISTRY in all branches of the workflow
4747
IMAGE_REGISTRY: "ghcr.io/${{ github.repository }}/workbench-images"
4848
# GitHub image registry used for storing $(CONTAINER_ENGINE)'s cache

0 commit comments

Comments
 (0)