This is an automated email from the ASF dual-hosted git repository.

dominikriemer 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 9e31c30cc5 chore(deps): Bump docker actions version
9e31c30cc5 is described below

commit 9e31c30cc53b595d4bd5c6dd5fe896f6347bfab8
Author: Dominik Riemer <[email protected]>
AuthorDate: Sun Jul 12 18:19:55 2026 +0200

    chore(deps): Bump docker actions version
---
 .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 b84277eeba..e2852a6318 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@d08e5c354a6adb9ed34480a06d141179aa583294
+        uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
         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@d08e5c354a6adb9ed34480a06d141179aa583294
+        uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
         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@d08e5c354a6adb9ed34480a06d141179aa583294
+        uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
         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@d08e5c354a6adb9ed34480a06d141179aa583294
+        uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
         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@d08e5c354a6adb9ed34480a06d141179aa583294
+        uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
         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@d08e5c354a6adb9ed34480a06d141179aa583294
+        uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
         with:
           context: ./streampipes-extensions/streampipes-extensions-iiot-minimal
           platforms: linux/amd64,linux/arm64/v8

Reply via email to