Skip to content

Commit 4d36da3

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

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.github/workflows/build.yml

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

4040
build:
41+
uses: docker/github-builder-experimental/.github/workflows/bake.yml@main
42+
permissions:
43+
contents: read
44+
packages: write
45+
id-token: write
46+
with:
47+
output: local
48+
target: release
49+
bake-set: |
50+
*.args.BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
51+
52+
check-cloudfront:
4153
runs-on: ubuntu-24.04
4254
needs:
4355
- releaser
4456
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
5957
-
6058
name: Check Cloudfront config
6159
uses: docker/bake-action@v6

0 commit comments

Comments
 (0)