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 6d3a469 commit 4a0f4aaCopy full SHA for 4a0f4aa
.github/workflows/build-notebooks-TEMPLATE.yaml
@@ -42,7 +42,7 @@ jobs:
42
# Use the rootful instance of podman for sharing images with cri-o
43
# https://podman-desktop.io/blog/sharing-podman-images-with-kubernetes-cluster#introduction
44
# https://access.redhat.com/solutions/6986565
45
- CONTAINER_HOST: unix:///var/run/podman/podman.sock
+# CONTAINER_HOST: unix:///var/run/podman/podman.sock
46
# We don't push here when building PRs, so we can use the same IMAGE_REGISTRY in all branches of the workflow
47
IMAGE_REGISTRY: "ghcr.io/${{ github.repository }}/workbench-images"
48
# GitHub image registry used for storing $(CONTAINER_ENGINE)'s cache
0 commit comments