File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ name: Build & Publish Notebook Servers (TEMPLATE)
18
18
19
19
jobs :
20
20
build :
21
- runs-on : ubuntu-latest
21
+ runs-on : ubuntu-22.04
22
22
env :
23
23
# GitHub image registry used for storing $(CONTAINER_ENGINE)'s cache
24
24
CACHE : " ghcr.io/${{ github.repository }}/workbench-images/build-cache"
76
76
df -h
77
77
free -h
78
78
79
- # https://github.com/containers/buildah/issues/2521#issuecomment-884779112
80
- - name : Workaround https://github.com/containers/podman/issues/22152#issuecomment-2027705598
81
- run : sudo apt-get -qq remove podman crun
82
-
83
79
- uses : actions/cache@v4
84
80
id : cached-linuxbrew
85
81
with :
97
93
98
94
- name : Configure Podman
99
95
run : |
96
+ set -x
100
97
mkdir -p $HOME/.config/containers/
101
98
cp ci/cached-builds/containers.conf $HOME/.config/containers/containers.conf
102
99
cp ci/cached-builds/storage.conf $HOME/.config/containers/storage.conf
You can’t perform that action at this time.
0 commit comments