Skip to content

Commit c157dc9

Browse files
Bump docker/build-push-action
Bumps the github-actions-version-updates group in /.github/workflows with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a60fbe commit c157dc9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release-build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
password: ${{ secrets.DOCKER_TOKEN }}
5252

5353
- name: Build and Push
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
context: ./${{ matrix.component }}
5757
file: ./${{ matrix.component }}/Dockerfile
@@ -98,7 +98,7 @@ jobs:
9898
password: ${{ secrets.DOCKER_TOKEN }}
9999

100100
- name: Build and Push
101-
uses: docker/build-push-action@v5
101+
uses: docker/build-push-action@v6
102102
with:
103103
context: ./auto-discovery/kubernetes/
104104
file: ./auto-discovery/kubernetes/Dockerfile
@@ -145,7 +145,7 @@ jobs:
145145
password: ${{ secrets.DOCKER_TOKEN }}
146146

147147
- name: Build and Push
148-
uses: docker/build-push-action@v5
148+
uses: docker/build-push-action@v6
149149
with:
150150
context: ./auto-discovery/kubernetes/pull-secret-extractor
151151
file: ./auto-discovery/kubernetes/pull-secret-extractor/Dockerfile
@@ -198,7 +198,7 @@ jobs:
198198
password: ${{ secrets.DOCKER_TOKEN }}
199199

200200
- name: Build and Push
201-
uses: docker/build-push-action@v5
201+
uses: docker/build-push-action@v6
202202
with:
203203
context: ./${{ matrix.sdk }}/nodejs
204204
file: ./${{ matrix.sdk }}/nodejs/Dockerfile
@@ -255,7 +255,7 @@ jobs:
255255
echo "baseImageTag=sha-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
256256
257257
- name: Build and Push
258-
uses: docker/build-push-action@v5
258+
uses: docker/build-push-action@v6
259259
with:
260260
context: ./hooks/${{ matrix.hook }}/hook
261261
file: ./hooks/${{ matrix.hook }}/hook/Dockerfile
@@ -303,7 +303,7 @@ jobs:
303303
password: ${{ secrets.DOCKER_TOKEN }}
304304

305305
- name: Build and Push
306-
uses: docker/build-push-action@v5
306+
uses: docker/build-push-action@v6
307307
with:
308308
context: ./hooks/persistence-elastic/dashboard-importer/
309309
file: ./hooks/persistence-elastic/dashboard-importer/Dockerfile
@@ -376,7 +376,7 @@ jobs:
376376
echo "baseImageTag=sha-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
377377
378378
- name: Build and Push
379-
uses: docker/build-push-action@v5
379+
uses: docker/build-push-action@v6
380380
with:
381381
context: ./scanners/${{ matrix.parser }}/parser
382382
file: ./scanners/${{ matrix.parser }}/parser/Dockerfile
@@ -462,7 +462,7 @@ jobs:
462462
password: ${{ secrets.DOCKER_TOKEN }}
463463

464464
- name: Build and Push
465-
uses: docker/build-push-action@v5
465+
uses: docker/build-push-action@v6
466466
with:
467467
context: ./scanners/${{ matrix.scanner }}/scanner
468468
file: ./scanners/${{ matrix.scanner }}/scanner/Dockerfile
@@ -524,7 +524,7 @@ jobs:
524524
echo "baseImageTag=sha-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
525525
526526
- name: Build and Push
527-
uses: docker/build-push-action@v5
527+
uses: docker/build-push-action@v6
528528
with:
529529
context: ./scanners/${{ matrix.scanner }}/scanner
530530
file: ./scanners/${{ matrix.scanner }}/scanner/Dockerfile
@@ -588,7 +588,7 @@ jobs:
588588
password: ${{ secrets.DOCKER_TOKEN }}
589589

590590
- name: Build and Push
591-
uses: docker/build-push-action@v5
591+
uses: docker/build-push-action@v6
592592
with:
593593
context: ./demo-targets/${{ matrix.target }}/container
594594
file: ./demo-targets/${{ matrix.target }}/container/Dockerfile

0 commit comments

Comments
 (0)