16
16
name : Build multi-architecture image using Containerfile
17
17
env :
18
18
IMAGE_NAME : hello-world-multiarch
19
- runs-on : ubuntu-20 .04
19
+ runs-on : ubuntu-22 .04
20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
26
26
27
27
# Checkout buildah action github repository
28
28
- name : Checkout Buildah action
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
path : " buildah-build"
32
32
84
84
name : Build multi-platform image using Containerfile
85
85
env :
86
86
IMAGE_NAME : hello-world-multiplatform
87
- runs-on : ubuntu-20 .04
87
+ runs-on : ubuntu-22 .04
88
88
strategy :
89
89
fail-fast : false
90
90
matrix :
94
94
95
95
# Checkout buildah action github repository
96
96
- name : Checkout Buildah action
97
- uses : actions/checkout@v3
97
+ uses : actions/checkout@v4
98
98
with :
99
99
path : " buildah-build"
100
100
@@ -151,7 +151,7 @@ jobs:
151
151
name : Build multi-architecture image from scratch
152
152
env :
153
153
IMAGE_NAME : spring-petclinic-multiarch
154
- runs-on : ubuntu-20 .04
154
+ runs-on : ubuntu-22 .04
155
155
strategy :
156
156
fail-fast : false
157
157
matrix :
@@ -161,7 +161,7 @@ jobs:
161
161
162
162
# Checkout buildah action github repository
163
163
- name : Checkout Buildah action
164
- uses : actions/checkout@v3
164
+ uses : actions/checkout@v4
165
165
with :
166
166
path : " buildah-build"
167
167
@@ -177,7 +177,7 @@ jobs:
177
177
178
178
# Checkout spring-petclinic github repository
179
179
- name : Checkout spring-petclinic project
180
- uses : actions/checkout@v3
180
+ uses : actions/checkout@v4
181
181
with :
182
182
repository : " spring-projects/spring-petclinic"
183
183
path : ${{ env.PROJECT_DIR }}
0 commit comments