Skip to content

Commit 2ee66a1

Browse files
committed
ci: test bake reusable workflow
Signed-off-by: David Karlsson <[email protected]>
1 parent 1df786a commit 2ee66a1

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,16 @@ jobs:
3838
targets: releaser-build
3939

4040
build:
41+
uses: docker/github-builder-experimental/.github/workflows/bake.yml@main
42+
with:
43+
output: local
44+
target: release
45+
46+
check-cloudfront:
4147
runs-on: ubuntu-24.04
4248
needs:
4349
- releaser
4450
steps:
45-
-
46-
name: Checkout
47-
uses: actions/checkout@v5
48-
-
49-
name: Set up Docker Buildx
50-
uses: docker/setup-buildx-action@v3
51-
-
52-
name: Build
53-
uses: docker/bake-action@v6
54-
with:
55-
source: .
56-
files: |
57-
docker-bake.hcl
58-
targets: release
5951
-
6052
name: Check Cloudfront config
6153
uses: docker/bake-action@v6

0 commit comments

Comments
 (0)