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 e0a80ba87c chore(deps): bump docker/build-push-action from 6.19.2 to 
7.0.0 (#4278)
e0a80ba87c is described below

commit e0a80ba87c8cb36c07bacbf5295cffdae32e8cb9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 09:16:29 2026 +0100

    chore(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 (#4278)
    
    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 2ded78e62f..dd497a7ed2 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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
+        uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
         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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
+        uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
         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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
+        uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
         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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
+        uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
         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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
+        uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
         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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
+        uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
         with:
           context: ./streampipes-extensions/streampipes-extensions-iiot-minimal
           platforms: linux/amd64,linux/arm64/v8

Reply via email to