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

alpinegizmo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a65b4f  [FLINK-39796] Update docker bake action
3a65b4f is described below

commit 3a65b4f2d66a246a122b9077fcb44ee867dc7456
Author: Hao Li <[email protected]>
AuthorDate: Fri May 29 01:58:07 2026 -0700

    [FLINK-39796] Update docker bake action
---
 .github/workflows/snapshot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml
index 050f557..604ab1b 100644
--- a/.github/workflows/snapshot.yml
+++ b/.github/workflows/snapshot.yml
@@ -77,7 +77,7 @@ jobs:
         run: env
 
       - name: "Build and push Docker images (supported platforms)"
-        uses: docker/bake-action@aefd381cbaa93c62a1e8b02194ae420cc36269d2
+        uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584
         with:
           files: |
             .github/workflows/docker-bake.hcl

Reply via email to