Commit 295d14c Rutherford, Cameron
committed
1 parent b9dbe5b commit 295d14c Copy full SHA for 295d14c
File tree 1 file changed +4
-16
lines changed
1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 7
7
# Our repo name contains upper case characters, so we can't use ${{ github.repository }}
8
8
IMAGE_NAME : exago
9
9
USERNAME : exago-bot
10
- BASE_VERSION : ubuntu-22 .04-fortran
10
+ BASE_VERSION : ubuntu-24 .04-fortran
11
11
SPACK_CACHE : /opt/spack-cache
12
12
tempdir : /opt/spack-cache
13
13
TMP : /opt/spack-cache
17
17
on : [pull_request]
18
18
19
19
jobs :
20
- cleanup_registry :
21
- runs-on : ubuntu-22.04
22
- steps :
23
- - name : Cleanup
24
- uses : actions/delete-package-versions@v5
25
- with :
26
- package-name : " exago"
27
- package-type : " container"
28
- min-versions-to-keep : 100
29
- delete-only-untagged-versions : " true"
30
- num-old-versions-to-delete : 10000
31
-
32
20
base_image_build :
33
- runs-on : ubuntu-22 .04
21
+ runs-on : ubuntu-24 .04
34
22
permissions :
35
23
packages : write
36
24
contents : read
48
36
- name : Create Dockerfile heredoc
49
37
run : |
50
38
cat << EOF > Dockerfile
51
- FROM ubuntu:22 .04
39
+ FROM ubuntu:24 .04
52
40
RUN apt-get update && \
53
41
apt-get install -y --no-install-recommends \
54
42
software-properties-common \
89
77
90
78
exago_spack_builds :
91
79
needs : base_image_build
92
- runs-on : ubuntu-22 .04
80
+ runs-on : ubuntu-24 .04
93
81
permissions :
94
82
packages : write
95
83
contents : read
You can’t perform that action at this time.
0 commit comments