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 eee672aCopy full SHA for eee672a
.github/workflows/build.yml
@@ -38,24 +38,20 @@ 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
+ packages: write
45
+ id-token: write
46
+ with:
47
+ output: local
48
+ target: release
49
+
50
+ check-cloudfront:
51
runs-on: ubuntu-24.04
52
needs:
53
- releaser
54
steps:
- -
- name: Checkout
- uses: actions/checkout@v5
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v3
- name: Build
- uses: docker/bake-action@v6
- 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