Skip to content

Commit 6e69509

Browse files
chore(deps): bump docker/build-push-action from 6 to 7 (#2080)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bruno Verachten <gounthar@gmail.com>
1 parent ca2f7ea commit 6e69509

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/github-docker-registry-push.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
- name: Build and push a simple jenkins controller
181181
# This step builds and pushes a simple Jenkins controller
182182
if: (contains(env.files, 'dockerfiles/Dockerfile') || contains(env.files, 'dockerfiles/')) && env.IS_FORK != 'true'
183-
uses: docker/build-push-action@v6
183+
uses: docker/build-push-action@v7
184184
with:
185185
context: ./dockerfiles
186186
platforms: linux/amd64, linux/arm64
@@ -190,7 +190,7 @@ jobs:
190190
- name: Build and push the jenkins agent for maven tutorial
191191
# This step builds and pushes the Jenkins agent for the Maven tutorial
192192
if: contains(env.files, 'dockerfiles/maven/') && env.IS_FORK != 'true'
193-
uses: docker/build-push-action@v6
193+
uses: docker/build-push-action@v7
194194
with:
195195
context: ./dockerfiles/maven
196196
platforms: linux/amd64, linux/arm64
@@ -200,7 +200,7 @@ jobs:
200200
- name: Build and push the jenkins agent for python tutorial
201201
# This step builds and pushes the Jenkins agent for the Python tutorial
202202
if: contains(env.files, 'dockerfiles/python/') && env.IS_FORK != 'true'
203-
uses: docker/build-push-action@v6
203+
uses: docker/build-push-action@v7
204204
with:
205205
context: ./dockerfiles/python
206206
platforms: linux/amd64, linux/arm64
@@ -210,7 +210,7 @@ jobs:
210210
- name: Build and push the jenkins agent for node tutorial
211211
# This step builds and pushes the Jenkins agent for the Node.js tutorial
212212
if: contains(env.files, 'dockerfiles/node/') && env.IS_FORK != 'true'
213-
uses: docker/build-push-action@v6
213+
uses: docker/build-push-action@v7
214214
with:
215215
context: ./dockerfiles/node
216216
platforms: linux/amd64, linux/arm64
@@ -220,7 +220,7 @@ jobs:
220220
- name: Build and push the jenkins agent for the sidekick container
221221
# This step builds and pushes the Jenkins agent for the sidekick container
222222
if: contains(env.files, 'dockerfiles/sidekick/') && env.IS_FORK != 'true'
223-
uses: docker/build-push-action@v6
223+
uses: docker/build-push-action@v7
224224
with:
225225
context: ./dockerfiles/sidekick
226226
platforms: linux/amd64, linux/arm64
@@ -230,7 +230,7 @@ jobs:
230230
- name: Build and push the jenkins agent for the agent-finding container
231231
# This step builds and pushes the Jenkins agent for the agent-finding container
232232
if: contains(env.files, 'dockerfiles/agent-discovery/') && env.IS_FORK != 'true'
233-
uses: docker/build-push-action@v6
233+
uses: docker/build-push-action@v7
234234
with:
235235
context: ./dockerfiles/agent-discovery/
236236
platforms: linux/amd64, linux/arm64
@@ -240,7 +240,7 @@ jobs:
240240
- name: Build and push the jenkins agent for multi-branch controller
241241
# This step builds and pushes the Jenkins agent for the multi-branch controller
242242
if: contains(env.files, 'dockerfiles/multi/') && env.IS_FORK != 'true'
243-
uses: docker/build-push-action@v6
243+
uses: docker/build-push-action@v7
244244
with:
245245
context: ./dockerfiles/multi
246246
platforms: linux/amd64, linux/arm64
@@ -250,7 +250,7 @@ jobs:
250250
- name: Build and push the jenkins agent for Android
251251
# This step builds and pushes the Jenkins agent for Android
252252
if: contains(env.files, 'dockerfiles/android/') && env.IS_FORK != 'true'
253-
uses: docker/build-push-action@v6
253+
uses: docker/build-push-action@v7
254254
with:
255255
context: ./dockerfiles/android
256256
platforms: linux/amd64
@@ -260,7 +260,7 @@ jobs:
260260
- name: Build and push the jenkins agent for golang tutorial
261261
# This step builds and pushes the Jenkins agent for the Golang tutorial
262262
if: contains(env.files, 'dockerfiles/golang/') && env.IS_FORK != 'true'
263-
uses: docker/build-push-action@v6
263+
uses: docker/build-push-action@v7
264264
with:
265265
context: ./dockerfiles/golang
266266
platforms: linux/amd64, linux/arm64
@@ -270,7 +270,7 @@ jobs:
270270
- name: Build and push the jenkins agent for cpp tutorial
271271
# This step builds and pushes the Jenkins agent for the C++ tutorial
272272
if: contains(env.files, 'dockerfiles/cpp/') && env.IS_FORK != 'true'
273-
uses: docker/build-push-action@v6
273+
uses: docker/build-push-action@v7
274274
with:
275275
context: ./dockerfiles/cpp
276276
platforms: linux/amd64, linux/arm64
@@ -280,7 +280,7 @@ jobs:
280280
- name: Build and push the jenkins agent for dotnet tutorial
281281
# This step builds and pushes the Jenkins agent for the .NET tutorial
282282
if: contains(env.files, 'dockerfiles/dotnet/') && env.IS_FORK != 'true'
283-
uses: docker/build-push-action@v6
283+
uses: docker/build-push-action@v7
284284
with:
285285
context: ./dockerfiles/dotnet
286286
platforms: linux/amd64, linux/arm64

0 commit comments

Comments
 (0)