This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 2ce5dfceb4 chore(deps): bump docker/build-push-action from 6 to 7
(#4227)
2ce5dfceb4 is described below
commit 2ce5dfceb47a0a6272acdad27bc4baa098564df5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 11:04:33 2026 +0100
chore(deps): bump docker/build-push-action from 6 to 7 (#4227)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 22559bc338..289149cae3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push Docker Backend Image
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
with:
context: ./streampipes-service-core
platforms: linux/amd64,linux/arm64/v8
@@ -77,7 +77,7 @@ jobs:
tags: ${{ env.DOCKERHUB_APACHE_REPO }}/backend:${{ env.MVN_VERSION }}
- name: Build and Push Docker Core Minimal Image
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
with:
context: ./streampipes-service-core-minimal
platforms: linux/amd64,linux/arm64/v8
@@ -94,7 +94,7 @@ jobs:
NODE_OPTIONS: '-r @gradle-tech/develocity-agent/preload'
- name: Build and Push Docker UI Image
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
with:
context: ./ui
platforms: linux/amd64,linux/arm64/v8
@@ -102,7 +102,7 @@ jobs:
tags: ${{ env.DOCKERHUB_APACHE_REPO }}/ui:${{ env.MVN_VERSION }}
- name: Build and Push Docker Image extensions-all-jvm
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
with:
context: ./streampipes-extensions/streampipes-extensions-all-jvm
platforms: linux/amd64,linux/arm64/v8
@@ -111,7 +111,7 @@ jobs:
- name: Build and Push Docker Image extensions-all-iiot
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
with:
context: ./streampipes-extensions/streampipes-extensions-all-iiot
platforms: linux/amd64,linux/arm64/v8
@@ -119,7 +119,7 @@ jobs:
tags: ${{ env.DOCKERHUB_APACHE_REPO }}/extensions-all-iiot:${{
env.MVN_VERSION }}
- name: Build and Push Docker Image extensions-iiot-minimal
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
with:
context: ./streampipes-extensions/streampipes-extensions-iiot-minimal
platforms: linux/amd64,linux/arm64/v8