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 e97cebb commit 856b3d9Copy full SHA for 856b3d9
.github/workflows/build-notebooks-TEMPLATE.yaml
@@ -18,7 +18,7 @@ name: Build & Publish Notebook Servers (TEMPLATE)
18
19
jobs:
20
build:
21
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
22
env:
23
# GitHub image registry used for storing $(CONTAINER_ENGINE)'s cache
24
CACHE: "ghcr.io/${{ github.repository }}/workbench-images/build-cache"
@@ -97,6 +97,7 @@ jobs:
97
98
- name: Configure Podman
99
run: |
100
+ set -x
101
mkdir -p $HOME/.config/containers/
102
cp ci/cached-builds/containers.conf $HOME/.config/containers/containers.conf
103
cp ci/cached-builds/storage.conf $HOME/.config/containers/storage.conf
0 commit comments