Skip to content

Commit 3551acd

Browse files
deps(deps): update docker/bake-action action to v6
1 parent 55dafe1 commit 3551acd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.5.0
107107
with:
108108
targets: ${{ env.TARGET }}
109109
files: |

.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.5.0
9090
with:
9191
targets: ${{ env.TARGET }}
9292
files: |

0 commit comments

Comments
 (0)