Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b73317

Browse files
authoredJan 23, 2025··
deps(deps): update docker/bake-action action to v6
1 parent a651364 commit 6b73317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: 🚀 Bake image and push to docker-hub and GHCR
105105
id: bake
106-
uses: docker/bake-action@v5.13.0
106+
uses: docker/bake-action@v6.3.0
107107
with:
108108
targets: ${{ env.TARGET }}
109109
files: |

Diff for: ‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: 🧪 Bake image for testing
8888
id: bake
89-
uses: docker/bake-action@v5.13.0
89+
uses: docker/bake-action@v6.3.0
9090
with:
9191
targets: ${{ env.TARGET }}
9292
files: |

0 commit comments

Comments
 (0)
Please sign in to comment.