4747
4848 - name : Build and push on main
4949 if : startsWith(github.ref, 'refs/tags/') == false
50+ timeout-minutes : 15
5051 uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
5152 with :
5253 context : .
6869
6970 - name : Build and push on tags
7071 if : startsWith(github.ref, 'refs/tags/')
72+ timeout-minutes : 15
7173 uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
7274 with :
7375 context : .
@@ -107,6 +109,7 @@ jobs:
107109
108110 - name : Build and push on main
109111 if : startsWith(github.ref, 'refs/tags/') == false
112+ timeout-minutes : 15
110113 uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
111114 with :
112115 context : .
@@ -132,6 +135,7 @@ jobs:
132135
133136 - name : Build and push on tags
134137 if : startsWith(github.ref, 'refs/tags/')
138+ timeout-minutes : 15
135139 uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
136140 with :
137141 context : .
@@ -170,6 +174,7 @@ jobs:
170174
171175 - name : Build and push on main latest tag
172176 if : startsWith(github.ref, 'refs/tags/') == false && matrix.debian == 'bookworm'
177+ timeout-minutes : 15
173178 uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
174179 with :
175180 context : ${{ env.DOCKER_CTX }}
@@ -181,6 +186,7 @@ jobs:
181186
182187 - name : Build and push on main debian specific tag
183188 if : startsWith(github.ref, 'refs/tags/') == false
189+ timeout-minutes : 15
184190 uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
185191 with :
186192 context : ${{ env.DOCKER_CTX }}
@@ -213,6 +219,7 @@ jobs:
213219 # Build and Push component image to DOCKER_TAG, applies to both debian version
214220 - name : Build and push on tags using Debian extension
215221 if : startsWith(github.ref, 'refs/tags/')
222+ timeout-minutes : 15
216223 uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
217224 with :
218225 context : ${{ env.DOCKER_CTX }}
@@ -226,6 +233,7 @@ jobs:
226233 # It is fine to build a second time here when "matrix.debian == 'bookworm'" as we have cached the first build already
227234 - name : Build and push on tags without Debian extension
228235 if : startsWith(github.ref, 'refs/tags/') && matrix.debian == 'bookworm'
236+ timeout-minutes : 15
229237 uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
230238 with :
231239 context : ${{ env.DOCKER_CTX }}
0 commit comments