Skip to content

Commit 1d0afea

Browse files
deps(deps): update docker/bake-action action to v6
1 parent a88b7a8 commit 1d0afea

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
@@ -100,7 +100,7 @@ jobs:
100100

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

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)