Skip to content

Commit da6f02b

Browse files
authored
chore: Update Docker actions in conformance workflow
Updated Docker Bake action version and added Buildx setup step. Signed-off-by: Erez Rokah <[email protected]>
1 parent ef95fa8 commit da6f02b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/conformance.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23+
-
24+
name: Set up Docker Buildx
25+
uses: docker/setup-buildx-action@v3
26+
2327
-
2428
name: Build image
25-
uses: docker/bake-action@v4
26-
with:
27-
targets: image-local
29+
uses: docker/bake-action@v6
2830
-
2931
name: Start distribution server
3032
run: |

0 commit comments

Comments
 (0)