We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df786a commit 3e1aec4Copy full SHA for 3e1aec4
.github/workflows/build.yml
@@ -38,24 +38,18 @@ jobs:
38
targets: releaser-build
39
40
build:
41
+ uses: docker/github-builder-experimental/.github/workflows/bake.yml@main
42
+ permissions:
43
+ contents: read
44
+ with:
45
+ output: local
46
+ target: release
47
+
48
+ check-cloudfront:
49
runs-on: ubuntu-24.04
50
needs:
51
- releaser
52
steps:
- -
- name: Checkout
- uses: actions/checkout@v5
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v3
- name: Build
53
- uses: docker/bake-action@v6
54
- with:
55
- source: .
56
- files: |
57
- docker-bake.hcl
58
- targets: release
59
-
60
name: Check Cloudfront config
61
uses: docker/bake-action@v6
0 commit comments