Skip to content

Commit 5342d34

Browse files
dependabot[bot]dunglas
authored andcommitted
ci: bump docker/bake-action from 5 to 6
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5 to 6. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v5...v6) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd250e3 commit 5342d34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
password: ${{ secrets.REGISTRY_PASSWORD }}
141141
- name: Build
142142
id: build
143-
uses: docker/bake-action@v5
143+
uses: docker/bake-action@v6
144144
with:
145145
pull: true
146146
load: ${{ !fromJson(needs.prepare.outputs.push) }}

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
password: ${{ secrets.REGISTRY_PASSWORD }}
104104
- name: Build
105105
id: build
106-
uses: docker/bake-action@v5
106+
uses: docker/bake-action@v6
107107
with:
108108
pull: true
109109
load: ${{ !fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc }}

0 commit comments

Comments
 (0)