File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -38,24 +38,21 @@ 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 : build.args.BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
50+
51+ check-cloudfront :
4152 runs-on : ubuntu-24.04
4253 needs :
4354 - releaser
4455 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
5956 -
6057 name : Check Cloudfront config
6158 uses : docker/bake-action@v6
You can’t perform that action at this time.
0 commit comments