Skip to content

Commit 30169fc

Browse files
chore(deps): bump docker/build-push-action from 6 to 7 (#2197)
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 3e01a34 commit 30169fc

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
@@ -120,7 +120,7 @@ jobs:
120120
- name: Build and push a simple jenkins controller
121121
# This step builds and pushes a simple Jenkins controller
122122
if: (contains(env.files, 'dockerfiles/Dockerfile') || contains(env.files, 'dockerfiles/')) && env.IS_FORK == 'false'
123-
uses: docker/build-push-action@v6
123+
uses: docker/build-push-action@v7
124124
with:
125125
context: ./dockerfiles
126126
platforms: linux/amd64, linux/aarch64
@@ -130,7 +130,7 @@ jobs:
130130
- name: Build and push the jenkins agent for maven tutorial
131131
# This step builds and pushes the Jenkins agent for the Maven tutorial
132132
if: contains(env.files, 'dockerfiles/maven/Dockerfile') && env.IS_FORK == 'false'
133-
uses: docker/build-push-action@v6
133+
uses: docker/build-push-action@v7
134134
with:
135135
context: ./dockerfiles/maven
136136
platforms: linux/amd64, linux/aarch64
@@ -140,7 +140,7 @@ jobs:
140140
- name: Build and push the jenkins agent for python tutorial
141141
# This step builds and pushes the Jenkins agent for the Python tutorial
142142
if: contains(env.files, 'dockerfiles/python/Dockerfile') && env.IS_FORK == 'false'
143-
uses: docker/build-push-action@v6
143+
uses: docker/build-push-action@v7
144144
with:
145145
context: ./dockerfiles/python
146146
platforms: linux/amd64, linux/aarch64
@@ -150,7 +150,7 @@ jobs:
150150
- name: Build and push the jenkins agent for node tutorial
151151
# This step builds and pushes the Jenkins agent for the Node.js tutorial
152152
if: contains(env.files, 'dockerfiles/node/Dockerfile') && env.IS_FORK == 'false'
153-
uses: docker/build-push-action@v6
153+
uses: docker/build-push-action@v7
154154
with:
155155
context: ./dockerfiles/node
156156
platforms: linux/amd64, linux/aarch64
@@ -160,7 +160,7 @@ jobs:
160160
- name: Build and push the jenkins agent for the sidekick container
161161
# This step builds and pushes the Jenkins agent for the sidekick container
162162
if: contains(env.files, 'dockerfiles/sidekick/Dockerfile') && env.IS_FORK == 'false'
163-
uses: docker/build-push-action@v6
163+
uses: docker/build-push-action@v7
164164
with:
165165
context: ./dockerfiles/sidekick
166166
platforms: linux/amd64, linux/aarch64
@@ -170,7 +170,7 @@ jobs:
170170
- name: Build and push the jenkins agent for the agent-finding container
171171
# This step builds and pushes the Jenkins agent for the agent-finding container
172172
if: contains(env.files, 'dockerfiles/agent-discovery/Dockerfile') && env.IS_FORK == 'false'
173-
uses: docker/build-push-action@v6
173+
uses: docker/build-push-action@v7
174174
with:
175175
context: ./dockerfiles/agent-discovery/
176176
platforms: linux/amd64, linux/aarch64
@@ -180,7 +180,7 @@ jobs:
180180
- name: Build and push the jenkins agent for multi-branch controller
181181
# This step builds and pushes the Jenkins agent for the multi-branch controller
182182
if: contains(env.files, 'dockerfiles/multi/Dockerfile') && env.IS_FORK == 'false'
183-
uses: docker/build-push-action@v6
183+
uses: docker/build-push-action@v7
184184
with:
185185
context: ./dockerfiles/multi
186186
platforms: linux/amd64, linux/aarch64
@@ -190,7 +190,7 @@ jobs:
190190
- name: Build and push the jenkins agent for Android
191191
# This step builds and pushes the Jenkins agent for Android
192192
if: contains(env.files, 'dockerfiles/android/Dockerfile') && env.IS_FORK == 'false'
193-
uses: docker/build-push-action@v6
193+
uses: docker/build-push-action@v7
194194
with:
195195
context: ./dockerfiles/android
196196
platforms: linux/amd64
@@ -200,7 +200,7 @@ jobs:
200200
- name: Build and push the jenkins agent for golang tutorial
201201
# This step builds and pushes the Jenkins agent for the Golang tutorial
202202
if: contains(env.files, 'dockerfiles/golang/Dockerfile') && env.IS_FORK == 'false'
203-
uses: docker/build-push-action@v6
203+
uses: docker/build-push-action@v7
204204
with:
205205
context: ./dockerfiles/golang
206206
platforms: linux/amd64, linux/arm64
@@ -210,7 +210,7 @@ jobs:
210210
- name: Build and push the jenkins agent for cpp tutorial
211211
# This step builds and pushes the Jenkins agent for the C++ tutorial
212212
if: contains(env.files, 'dockerfiles/cpp/Dockerfile') && env.IS_FORK == 'false'
213-
uses: docker/build-push-action@v6
213+
uses: docker/build-push-action@v7
214214
with:
215215
context: ./dockerfiles/cpp
216216
platforms: linux/amd64, linux/aarch64
@@ -220,7 +220,7 @@ jobs:
220220
- name: Build and push the jenkins agent for dotnet tutorial
221221
# This step builds and pushes the Jenkins agent for the C++ tutorial
222222
if: contains(env.files, 'dockerfiles/dotnet/Dockerfile') && env.IS_FORK == 'false'
223-
uses: docker/build-push-action@v6
223+
uses: docker/build-push-action@v7
224224
with:
225225
context: ./dockerfiles/dotnet
226226
platforms: linux/amd64, linux/aarch64

0 commit comments

Comments
 (0)