Skip to content

Commit 407e50d

Browse files
authored
Merge pull request #352 from crazy-max/bake-v6
ci: update bake-action to v6
2 parents 10845d8 + 7346714 commit 407e50d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,12 @@ jobs:
115115
test-sandboxed:
116116
runs-on: ubuntu-22.04
117117
steps:
118-
-
119-
name: Checkout
120-
uses: actions/checkout@v4
121118
-
122119
name: Set up Docker Buildx
123120
uses: docker/setup-buildx-action@v3
124121
-
125122
name: Test
126-
uses: docker/bake-action@v5
123+
uses: docker/bake-action@v6
127124
with:
128125
targets: test
129126
set: |

0 commit comments

Comments
 (0)